Run Flake8 in CI

This commit is contained in:
Salad Dais
2021-05-21 19:02:15 +00:00
parent 4eeac738dc
commit 0b0e031091

View File

@@ -23,6 +23,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Run Flake8
run: |
flake8 .
- name: Test with pytest
# Tests are intentionally covered to detect broken tests.
run: |