Skip to content

Commit a5c7814

Browse files
Move linter to separate step (#608)
1 parent f05c979 commit a5c7814

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
run: |
2222
pip install --upgrade pip
2323
pip install -r requirements-dev.txt
24+
- name: Run linters
25+
run: |
26+
make mypy
2427
- name: Run tests
2528
run: |
2629
make cov
27-
make mypy
2830
python setup.py check -rms
2931
- name: Upload coverage
3032
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)