Skip to content

Adopt the py-canon fleet standard #12

Adopt the py-canon fleet standard

Adopt the py-canon fleet standard #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
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:
# The reusable default is ["3.11", "3.14"]; this package is >=3.12.
python-versions: '["3.12", "3.13", "3.14"]'
wheel-import: fairlex
coverage-floor: 94
run-preen: true