Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CourbeB committed Dec 8, 2023
1 parent ed1c003 commit d5fbfc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Install dev dependencies
run: pip install -r requirements_test.txt
- name: Run Linter
run: "Trainee should add command to run flake8"
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run Vulture
run: "Trainee should add command to run vulture"
- name: Run tests
Expand Down

0 comments on commit d5fbfc3

Please sign in to comment.