This commit is contained in:
Kreyren 2020-02-07 20:22:43 +00:00
parent fda3629148
commit fe3e9f0cda
2 changed files with 2 additions and 2 deletions

@ -215,8 +215,8 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install pytest
pytest src/bin/main.py
pip install pylint
pylint
# Jekyll
jekyll:

Binary file not shown.