Skip to content

Bump actions/checkout from 7.0.0 to 7.0.1 (#755) #1119

Bump actions/checkout from 7.0.0 to 7.0.1 (#755)

Bump actions/checkout from 7.0.0 to 7.0.1 (#755) #1119

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