Skip to content

feat: Use ruff for linting (#340) #137

feat: Use ruff for linting (#340)

feat: Use ruff for linting (#340) #137

Workflow file for this run

---
name: '[lint] pre-commit'
on:
push:
jobs:
pre_commit:
name: pre-commit
runs-on: ubuntu-latest
strategy:
matrix:
id:
- markdownlint
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
name: ${{ matrix.id }}
with:
extra_args: ${{ matrix.id }}