Adopt py-canon and typed runtime assets #38
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: [master] | |
| pull_request: | |
| schedule: | |
| - cron: "17 6 * * 1" # weekly: surface ecosystem drift on quiet repos | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| ci: | |
| uses: gojiplus/py-canon/.github/workflows/reusable-ci.yml@v1 | |
| with: | |
| wheel-import: naampy | |
| coverage-floor: 0 |