Skip to content

Commit

Permalink
ci: Add zizmor pre-commit hook
Browse files Browse the repository at this point in the history
Even though it's pretty new, zizmor has already established itself as a very
potent static analysis tool for GitHub Actions. Let's give it a go to see
what it has to say on our current CI.
  • Loading branch information
nicholasjng committed Jan 6, 2025
1 parent 08b4d3a commit ecb51f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ repos:
hooks:
- id: uv-lock
name: Lock project dependencies
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.0.0
hooks:
- id: zizmor
args: [--min-severity=medium]

0 comments on commit ecb51f6

Please sign in to comment.