We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2a169 commit d803e34Copy full SHA for d803e34
.github/workflows/python.yml renamed to .github/workflows/python_build.yml
@@ -29,3 +29,7 @@ jobs:
29
run: make lint
30
- name: Test with pytest
31
run: make test
32
+ - name: Security baseline
33
+ run: make test
34
+ - name: Complexity baseline
35
0 commit comments