Skip to content

Commit

Permalink
Add make bundle to pre-commit
Browse files Browse the repository at this point in the history
This will ensure to get csv updates together with the changes.
  • Loading branch information
booxter authored and karelyatin committed Jun 11, 2024
1 parent 7a7faa4 commit 972696e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ repos:
entry: make
args: ['generate']
pass_filenames: false
- id: make-bundle
name: make-bundle
language: system
entry: make
args: ['bundle', 'VERSION=0.0.1']
pass_filenames: false
- id: make-operator-lint
name: make-operator-lint
language: system
Expand Down

0 comments on commit 972696e

Please sign in to comment.