Skip to content

Add initial GitHub Actions tests of behavior/output #2

Add initial GitHub Actions tests of behavior/output

Add initial GitHub Actions tests of behavior/output #2

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: 0 0 * * 0
workflow_dispatch:
permissions:
contents: read
defaults:
run:
shell: 'bash -Eeuo pipefail -x {0}'
jobs:
test:
name: Smoke Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: .test/test.sh
- run: git diff --exit-code