Skip to content

Commit

Permalink
feat: add make generate to pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Nov 13, 2023
1 parent 9c36b02 commit aee511e
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 @@ -12,6 +12,11 @@ repos:
- id: end-of-file-fixer
- repo: local
hooks:
- id: make-generate
name: make generate
entry: make generate
language: system
pass_filenames: false
- id: grafana-lint
name: grafana lint
entry: ./scripts/lint-grafana.sh
Expand Down

0 comments on commit aee511e

Please sign in to comment.