diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e8e1de..0b9f3c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,12 @@ repos: entry: make args: ['operator-lint'] pass_filenames: false + - id: make-bundle + name: make-bundle + language: system + entry: make + args: ['bundle', 'VERSION=0.0.1'] + pass_filenames: false - repo: https://github.com/dnephin/pre-commit-golang rev: v0.5.1