We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d6075 commit 9852d67Copy full SHA for 9852d67
.github/workflows/python.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Run Bandit security scan
35
run: bandit -r . --skip B101,B105 || true
36
37
- - name: Run Pytest tests
+ - name: Run Pytest tests || true
38
run: pytest
39
40
- name: Run Ruff checks with ignored rules
0 commit comments