Skip to content

ci: OSV security scanning workflow (#51) #13

ci: OSV security scanning workflow (#51)

ci: OSV security scanning workflow (#51) #13

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- uses: actions/setup-python@v5
with:
python-version-file: .python-version
- run: uv sync --group dev
- run: uv run pytest --cov --cov-report=term-missing