Skip to content

Bump shogo82148/actions-setup-perl from 1.31.3 to 1.31.4 #932

Bump shogo82148/actions-setup-perl from 1.31.3 to 1.31.4

Bump shogo82148/actions-setup-perl from 1.31.3 to 1.31.4 #932

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@d632683dd7b4114ad314bca15554477dd762a938
- run: bin/fetch-configlet
- run: bin/configlet sync || true
- name: Set up perl
uses: shogo82148/actions-setup-perl@98dfedee230bcf1ee68d5b021931fc8d63f2016e
- 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