Skip to content

Commit

Permalink
Run linters on tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Apr 4, 2022
1 parent 7cc3268 commit 26f4b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
pytest
- name: Linters
run: |
pylint ariadne_graphql_modules setup.py
pylint ariadne_graphql_modules tests setup.py
mypy ariadne_graphql_modules --ignore-missing-imports
black --check .

0 comments on commit 26f4b4b

Please sign in to comment.