Skip to content

chore: add pre-commit github action #1

chore: add pre-commit github action

chore: add pre-commit github action #1

Workflow file for this run

on:
- push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Run pre-commit
run: uv run pre-commit