From f243b2a1a40320ac70b9e408e1debc929789316c Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Wed, 11 Sep 2024 11:05:46 +0100 Subject: [PATCH] Add GH action to check for go mod tidy --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c396e91..60244ef6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,3 +80,6 @@ jobs: - name: Run e2e tests run: make e2e-test + + - name: Check if go mod tidy should be run + uses: katexochen/go-tidy-check@v2 \ No newline at end of file