Skip to content

Commit 7e0c036

Browse files
authored
feat(pre-commit): host a pre-commit hook for checking changed files (#57)
1 parent 0368184 commit 7e0c036

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
- id: zenable-check
3+
name: Run a Zenable check on all changed files
4+
language: system
5+
entry: uvx zenable-mcp check
6+
pass_filenames: true

0 commit comments

Comments
 (0)