Skip to content

Merge pull request #1315 from ClearcodeHQ/py3.12 #892

Merge pull request #1315 from ClearcodeHQ/py3.12

Merge pull request #1315 from ClearcodeHQ/py3.12 #892

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.2
with:
mypy: true
black: true
ruff: true