Skip to content

ci

ci.yml is the main push and pull-request verification entrypoint for the repository.

Trigger

  • push on main
  • every pull_request

Job Shape

  • Formatting runs make gh-fmt
  • Lint runs make gh-lint
  • Security installs pinned Rust security tools and runs make gh-security
  • Tests runs the Python-version matrix through make gh-test

Next Reads