Skip to content

docs: change link from pre-commit to prek #83

docs: change link from pre-commit to prek

docs: change link from pre-commit to prek #83

Workflow file for this run

name: Run prek
on: [ push, pull_request ]
jobs:
prek:
runs-on: ubuntu-latest
steps:
- name: 👾 Check out repository
uses: actions/checkout@v5
- name: 📦 Set up uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
activate-environment: true
- name: 📦 Install the project
run: uv sync
- name: 🧪 Run prek
run: uv run prek run --show-diff-on-failure --color=always --all-files --hook-stage manual
env:
RUFF_FORMAT: github