1 parent af82a1b commit 100eccfCopy full SHA for 100eccf
2 files changed
Makefile
@@ -72,6 +72,7 @@ lint-shell:
72
73
.PHONY: audit
74
audit: ## run audit checks
75
+ zizmor --pedantic .github/workflows/python-package.yml
76
uv audit
77
78
.PHONY: reformat
pyproject.toml
@@ -37,6 +37,8 @@ dev = [
37
"ty==0.0.35",
38
# for testing
39
"pytest==9.0.3",
40
+ # for auditing github actions
41
+ "zizmor==1.24.1",
42
]
43
44
[build-system]
0 commit comments