Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump shogo82148/actions-setup-perl from 1.35.0 to 1.36.0 #1019

Bump shogo82148/actions-setup-perl from 1.35.0 to 1.36.0

Bump shogo82148/actions-setup-perl from 1.35.0 to 1.36.0 #1019

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- run: bin/fetch-configlet
- run: bin/configlet sync || true
- name: Set up perl
uses: shogo82148/actions-setup-perl@f9f0bf89e0d19ddbabb2f40d43db2e944bce7d2f
- 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