Compare commits
4
Commits
7a396a88fb
...
v1.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d13e069287 | ||
|
|
bc0d2aced7 | ||
|
|
d872cfde43 | ||
|
|
1760fc8136 |
@@ -22,7 +22,7 @@ jobs:
|
|||||||
pip install flake8 mypy pytest
|
pip install flake8 mypy pytest
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: PEP8 check
|
- name: PEP8 check
|
||||||
run: flake8 ./code --benchmark --exit-zero
|
run: flake8 ./code --benchmark
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: mypy ./code
|
run: mypy ./code
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
Reference in New Issue
Block a user