Skip to content

feat: enforce secret-detection gates with KPM-aware custom plugin #22

feat: enforce secret-detection gates with KPM-aware custom plugin

feat: enforce secret-detection gates with KPM-aware custom plugin #22

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
python-version: ${{ matrix.python-version }}
- run: uv sync
- run: uv run pytest --cov --cov-report=term-missing