Skip to content

Merge pull request #1066 from ClearcodeHQ/pre-commit.ci #1345

Merge pull request #1066 from ClearcodeHQ/pre-commit.ci

Merge pull request #1066 from ClearcodeHQ/pre-commit.ci #1345

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.8
with:
mypy: true
ruff: true
black: true
rstcheck: true