Skip to content

Commit

Permalink
badge and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
feliam committed Mar 23, 2020
1 parent 356f6a7 commit 96b7a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
black --version
git diff --name-only $BASE_SHA..$HEAD_SHA | grep "*.py" | xargs black --diff --check
mypy --version
mypy
mypy pyevmasm
test37:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96b7a95

Please sign in to comment.