Skip to content

Commit f86921c

Browse files
committed
ci: Add zizmor to pre-commit to analyze ghactions
1 parent 5d7cfcf commit f86921c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@ repos:
102102
hooks:
103103
- id: typos
104104
exclude: ^(CHANGELOG\.md|test/(test-cmd-list\.txt|fixtures/.+))$
105+
106+
- repo: https://github.com/zizmorcore/zizmor-pre-commit
107+
rev: v1.13.0
108+
hooks:
109+
- id: zizmor
110+
files: '^.github/.*$'

0 commit comments

Comments
 (0)