feat: initial v0.1.0 scaffold for AP2 runtime authority guard #5
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: CI | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| jobs: | |
| ci: | |
| uses: runcycles/.github/.github/workflows/ci-python.yml@v1 | |
| with: | |
| mypy-target: runcycles_ap2 |