Skip to content

Update pre-commit hook python-jsonschema/check-jsonschema to v0.38.1 #568

Update pre-commit hook python-jsonschema/check-jsonschema to v0.38.1

Update pre-commit hook python-jsonschema/check-jsonschema to v0.38.1 #568

Workflow file for this run

name: Tests
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: astral-sh/setup-uv@c18668ad3cf93ea998bef934396af7bb5c839dc7 # v10.2.0
with:
enable-cache: true
- uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0
with:
install-only: true
- run: uv run ./bin/lint
- run: uv run ./bin/test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}