Skip to content

Commit

Permalink
Merge pull request #1512 from aucampia/iwana-20211216T2128-gh_actions…
Browse files Browse the repository at this point in the history
…_mypy

Add mypy to GitHub actions validate workflow
  • Loading branch information
nicholascar authored Dec 16, 2021
2 parents 1c4c575 + 05e8edc commit 12551eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
black --config black.toml --check ./rdflib || true
flake8 --exit-zero rdflib
mypy --show-error-context --show-error-codes rdflib
if [ "${{ matrix.os }}" == "windows-latest" ]
then
pytest -ra --cov
Expand Down

0 comments on commit 12551eb

Please sign in to comment.