Skip to content

Bump shogo82148/actions-setup-perl from 1.31.4 to 1.33.0 #991

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

Bump shogo82148/actions-setup-perl from 1.31.4 to 1.33.0 #991

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@11bd71901bbe5b1630ceea73d27597364c9af683
- run: bin/fetch-configlet
- run: bin/configlet sync || true
- name: Set up perl
uses: shogo82148/actions-setup-perl@49c14f24551d2de3bf56fb107a869c3760b1875e
- 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