Skip to content

Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.14 #494

Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.14

Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.14 #494

Workflow file for this run

name: Tests
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
enable-cache: true
- run: uv run ./bin/lint
- run: uv run ./bin/test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}