Skip to content

Version only from git tags #38

Version only from git tags

Version only from git tags #38

Workflow file for this run

name: Pre-Commit Checks
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv python install
- run: uv sync --all-extras --locked --dev
- run: uv run pre-commit run --all-files