We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b605391 commit ca760beCopy full SHA for ca760be
.github/workflows/ci.yml
@@ -16,16 +16,16 @@ jobs:
16
#- run: python -m pip install tox
17
#- run: tox -e check_codestyle
18
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
+ check-types:
+ name: Check types with Mypy
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-python@v2
+ with:
+ python-version: "3.x"
+ - run: python -m pip install tox
+ - run: tox -e check_types
29
30
unit-tests:
31
name: Unit tests
0 commit comments