Skip to content

Commit

Permalink
Move type-checking.yml to tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm committed Mar 17, 2022
1 parent 599b096 commit f224c37
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ jobs:
- name: Stop containers
if: always()
run: scripts/docker down
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v2
with:
python-version: 3.9
architecture: x64
- name: Install mypy
run: pip install mypy
- name: Run mypy
run: mypy @mypy_typed_modules.txt
22 changes: 0 additions & 22 deletions .github/workflows/type-checking.yml

This file was deleted.

0 comments on commit f224c37

Please sign in to comment.