Skip to content

Bump shogo82148/actions-setup-perl from 1.27.0 to 1.28.0 #802

Bump shogo82148/actions-setup-perl from 1.27.0 to 1.28.0

Bump shogo82148/actions-setup-perl from 1.27.0 to 1.28.0 #802

Workflow file for this run

name: Generator
on:
- push
- pull_request
jobs:
generator:
env:
TS_MAX_DELTA: 3
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: bin/fetch-configlet
- run: bin/configlet sync || true
- name: Set up perl
uses: shogo82148/actions-setup-perl@3d69de4658363aa141f2d961d0f4a17584a36150
- run: carton install
- run: cpm install App::Yath
- run: carton exec -- yath start
- name: Test generator
run: carton exec -- yath run t/generator
- name: Generated files match generator output
run: carton exec -- yath run t/files