Skip to content

Rename arrays concept to arrays-and-lists #659

Rename arrays concept to arrays-and-lists

Rename arrays concept to arrays-and-lists #659

Workflow file for this run

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