Skip to content

docs(github): update CONTRIBUTING.md #340

docs(github): update CONTRIBUTING.md

docs(github): update CONTRIBUTING.md #340

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync --extra lint
- name: Run pre-commit
run: uv run pre-commit run --all-files