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