added separate flush interval #13
@@ -22,7 +22,7 @@ jobs:
|
||||
pip install flake8 mypy pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: PEP8 check
|
||||
run: flake8 ./code --benchmark --exit-zero
|
||||
run: flake8 ./code --benchmark
|
||||
- name: Type check
|
||||
run: mypy ./code
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user