Merge pull request #1403 from ClearcodeHQ/dependabot/pip/pytest-cov-6… #1082
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run linters | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
lint: | |
uses: fizyk/actions-reuse/.github/workflows/[email protected] | |
with: | |
mypy: true | |
black: true | |
ruff: true |