Skip to content

feat: add docs and docs-serve make targets #37

feat: add docs and docs-serve make targets

feat: add docs and docs-serve make targets #37

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- "main"
push:
branches:
- "main"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Setup uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Run checks
run: uv run pre-commit run -a