Skip to content

Commit 7cab984

Browse files
authored
feat: add security and complexity baseline #33 (#57)
* feat: add security and complexity baseline #33 * fix: actual baseline target
1 parent ef2a169 commit 7cab984

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python.yml renamed to .github/workflows/python_build.yml

Lines changed: 4 additions & 0 deletions
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 security-baseline
34+
- name: Complexity baseline
35+
run: make complexity-baseline

0 commit comments

Comments
 (0)