Skip to content

Bump shogo82148/actions-setup-perl from 1.24.2 to 1.25.0 #776

Bump shogo82148/actions-setup-perl from 1.24.2 to 1.25.0

Bump shogo82148/actions-setup-perl from 1.24.2 to 1.25.0 #776

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@16c2635046967c17c139af8e8da7dd64bedf00df
- 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