added separate flush interval #13
@@ -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