From 972696ea945130a49d9269570ed778b2d101caa7 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 10 Jun 2024 16:22:43 -0400 Subject: [PATCH] Add make bundle to pre-commit This will ensure to get csv updates together with the changes. --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2c59776..ec339a64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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