Skip to content

2026-04-05

2026-04-05 #87

Workflow file for this run

name: 'Validate'

Check failure on line 1 in .github/workflows/validate.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate.yaml

Invalid workflow file

(Line: 21, Col: 9): Unexpected value 'with'
on:
push:
branches: ['trunk']
jobs:
validate:
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'
steps:
- uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # v6.0.2
with:
submodules: 'recursive'
persist-credentials: false
- uses: 'bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43' # 4.0.0
id: setup-bats
with:
persist-credentials: false
- run: './bake test'
with:
persistent-credentials: false
env:
BATS_LIB_PATH: '${{ steps.setup-bats.outputs.lib-path }}'
TERM: 'xterm'