Skip to content

Commit

Permalink
👷 chore(ci): lint for static types using mypy (Closes #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Horgix committed May 4, 2021
1 parent ed927ba commit 161e478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
env:
LINTER_RULES_PATH: . # Avoid having to create .github/linters/ dir
VALIDATE_PYTHON_FLAKE8: true # Code lint
VALIDATE_PYTHON_MYPY: true # Static typing lint
# GITHUB_TOKEN allows the GitHub Super Linter to mark the status of
# each individual linter runs in the Checks sections of a pull request
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 161e478

Please sign in to comment.