Bootstrap repo to confirmed paper1 snapshot #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: paper preflight | |
| on: | |
| pull_request: | |
| paths: | |
| - "docs/paper/**" | |
| - "scripts/paper/**" | |
| - ".github/workflows/paper-preflight.yml" | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - "docs/paper/**" | |
| - "scripts/paper/**" | |
| - ".github/workflows/paper-preflight.yml" | |
| permissions: | |
| contents: read | |
| jobs: | |
| paper-preflight: | |
| name: paper preflight | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | |
| with: | |
| persist-credentials: false | |
| - name: Run paper preflight checks | |
| run: | | |
| python3 scripts/paper/paper_preflight.py --repo-root . |