Skip to content

Identity verification and compliance gating (v1.5.0) #44

Identity verification and compliance gating (v1.5.0)

Identity verification and compliance gating (v1.5.0) #44

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
ci:
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- uses: useblacksmith/checkout@v1
- uses: astral-sh/setup-uv@v7
- run: uv sync --frozen --all-extras
- run: uv run ruff check .
- run: uv run ruff format --check .
- run: uv run vulture . vulture_whitelist.py --min-confidence 80 --exclude .venv
- run: uv run pytest tests/ --cov=agentscore --cov-report=term-missing