Skip to content

Commit

Permalink
Merge pull request #304 from booxter/bundle-make-pre-commit
Browse files Browse the repository at this point in the history
Add make bundle to pre-commit
  • Loading branch information
openshift-merge-bot[bot] committed Jun 11, 2024
2 parents 7a7faa4 + 972696e commit 62d4b4e
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 62d4b4e

Please sign in to comment.