Skip to content

Bump shogo82148/actions-setup-perl from 1.36.0 to 1.37.0 (#723) #1030

Bump shogo82148/actions-setup-perl from 1.36.0 to 1.37.0 (#723)

Bump shogo82148/actions-setup-perl from 1.36.0 to 1.37.0 (#723) #1030

Workflow file for this run

name: Generator
on:
- push
- pull_request
jobs:
generator:
env:
TS_MAX_DELTA: 3
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- run: bin/fetch-configlet
- run: bin/configlet sync || true
- name: Set up perl
uses: shogo82148/actions-setup-perl@fa3bdcb0144a50651e317f30949bb4491e74a6e4
- 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