Skip to content

fix/ci certificate

fix/ci certificate #15

Workflow file for this run

name: operational-wavefunction-collapse-sanity
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sanity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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"