name: CI
on:
push:
branches:
pull_request:
branches:
schedule:
- cron: "0 6 * * 1" # weekly Monday 06:00 UTC — surfaces expired allowlist entries and new advisories
permissions:
contents: read
jobs:
ci:
uses: brefwiz/shared-ci-workflows/.github/workflows/rust.yml@main
with:
run-coverage: true
run-no-std: true