Skip to content

Create a devcontainer for working on the repo (#744) #1114

Create a devcontainer for working on the repo (#744)

Create a devcontainer for working on the repo (#744) #1114

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@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