diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0bcece87f..53b19fe0f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -21,6 +21,10 @@ jobs: - run: chmod +x ./scripts/gofmtcheck.sh - name: gofmt Check run: ./scripts/gofmtcheck.sh + - run: go mod tidy + - run: go mod vendor + - name: Check vendor for changes + run: git diff --exit-code - name: Build run: go build -v