Skip to content

Commit 0b07b03

Browse files
authored
ci: Integrate zizmor checks to repo
1 parent 1e54f11 commit 0b07b03

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
@@ -65,6 +65,12 @@ repos:
6565
# https://prettier.io/docs/en/options.html#parser
6666
files: .json5$
6767

68+
# Github Action statis analysis tool
69+
- repo: https://github.com/woodruffw/zizmor-pre-commit
70+
rev: v1.3.1
71+
hooks:
72+
- id: zizmor
73+
6874
- repo: https://github.com/pre-commit/mirrors-mypy.git
6975
rev: v1.15.0
7076
hooks:

0 commit comments

Comments
 (0)