Skip to content

2026-05-28

2026-05-28 #10

Workflow file for this run

name: 'Test'

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

(Line: 27, Col: 9): Unexpected value 'with'
on:
push:
branches: ['trunk']
concurrency:
group: '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'
cancel-in-progress: true
permissions: {}
jobs:
test:
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'