Skip to content

Commit d803e34

Browse files
committed
feat: add security and complexity baseline #33
1 parent ef2a169 commit d803e34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/python.yml renamed to .github/workflows/python_build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
run: make lint
3030
- name: Test with pytest
3131
run: make test
32+
- name: Security baseline
33+
run: make test
34+
- name: Complexity baseline
35+
run: make test

0 commit comments

Comments
 (0)