Merge pull request #836 from ClearcodeHQ/postgresql16 #858
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 | |
ruff: true | |
black: true | |
rstcheck: true |