We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab1b84 commit afd0d80Copy full SHA for afd0d80
.github/workflows/test.yml
@@ -34,6 +34,7 @@ jobs:
34
run: |
35
source .venv/bin/activate
36
prospector
37
+ pre-commit run -a
38
- name: test app
39
env:
40
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
0 commit comments