Skip to content

operational-wavefunction-collapse-sanity #23

operational-wavefunction-collapse-sanity

operational-wavefunction-collapse-sanity #23

Workflow file for this run

name: operational-wavefunction-collapse-sanity
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
sanity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check canonical files
run: |
test -f README.md
test -f STATUS.md
test -f FREEZE.md
test -f CITATION.cff
test -f LICENSE
echo "Sanity checks passed"