Skip to content

feat(report): add threshold sweep metrics #43

feat(report): add threshold sweep metrics

feat(report): add threshold sweep metrics #43

Workflow file for this run

name: Audit
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
schedule:
- cron: "12 6 * * 1"
jobs:
pip-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
cache: pip
- name: Install project
run: python -m pip install --upgrade "pip>=26" && pip install -e ".[dev]"
- name: Pip audit
run: pip-audit --desc