Skip to content

Bump shogo82148/actions-setup-perl from 1.41.1 to 1.42.0 #1115

Bump shogo82148/actions-setup-perl from 1.41.1 to 1.42.0

Bump shogo82148/actions-setup-perl from 1.41.1 to 1.42.0 #1115

Workflow file for this run

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