Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Stubs for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Jul 16, 2021
1 parent 5dc1549 commit adddbea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
runs-on: ubuntu-latest
name: Lint Code Base
steps:
- name: Install MyPy
run: pip install mypy
- name: Install types
run: mypy --install-types
- uses: actions/checkout@v2
Expand Down

0 comments on commit adddbea

Please sign in to comment.