Skip to content

Merge pull request #1064 from ClearcodeHQ/jjmurre/main #1341

Merge pull request #1064 from ClearcodeHQ/jjmurre/main

Merge pull request #1064 from ClearcodeHQ/jjmurre/main #1341

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