Skip to content

Lock file maintenance #102

Lock file maintenance

Lock file maintenance #102

Workflow file for this run

---
name: Lint and Test
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: ["main"]
permissions:
contents: read
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- run: uv run pytest -n auto