Skip to content

Bump shogo82148/actions-setup-perl from 1.26.0 to 1.27.0 #783

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

Bump shogo82148/actions-setup-perl from 1.26.0 to 1.27.0 #783

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@ea0507898383e7dbce382138da0c21af1849eb9e
- 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