From c44308ce1ccf32cc83e569d2ad06e8e865949e3b Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Wed, 14 May 2025 09:05:56 -0700 Subject: [PATCH] adding make bundle to ci to ensure proper csv generation Signed-off-by: Adam D. Cornett --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6117a2a..1877036 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,9 @@ jobs: - name: Manifests run: make manifests && git diff --exit-code + - name: Bundle + run: make bundle && git diff --exit-code + - name: Tidy run: make tidy