Skip to content

ci: replace formatter workflow with pre-commit lint #1

ci: replace formatter workflow with pre-commit lint

ci: replace formatter workflow with pre-commit lint #1

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.1