Skip to content

Commit ca760be

Browse files
committed
Enable GHA CI check for Mypy type annotations
1 parent b605391 commit ca760be

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
#- run: python -m pip install tox
1717
#- run: tox -e check_codestyle
1818

19-
#check-types:
20-
#name: Check types with Mypy
21-
#runs-on: ubuntu-latest
22-
#steps:
23-
#- uses: actions/checkout@v2
24-
#- uses: actions/setup-python@v2
25-
#with:
26-
#python-version: "3.x"
27-
#- run: python -m pip install tox
28-
#- run: tox -e check_types
19+
check-types:
20+
name: Check types with Mypy
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v2
24+
- uses: actions/setup-python@v2
25+
with:
26+
python-version: "3.x"
27+
- run: python -m pip install tox
28+
- run: tox -e check_types
2929

3030
unit-tests:
3131
name: Unit tests

0 commit comments

Comments
 (0)