diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c396e91..e3deb9b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: check-latest: true cache: true + - name: Check if go mod tidy should be run + uses: katexochen/go-tidy-check@v2 + - name: Extract project version from file id: version run: | @@ -79,4 +82,4 @@ jobs: run: make e2e-up - name: Run e2e tests - run: make e2e-test + run: make e2e-test \ No newline at end of file