diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ac98ac1b1f2..371976f1cb0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,9 +63,9 @@ jobs: with: cache: false go-version-file: go.mod -# - name: Commit linting -# if: github.ref != 'refs/heads/master' -# uses: wagoid/commitlint-github-action@v5 + - name: Commit linting + if: github.ref != 'refs/heads/master' + uses: wagoid/commitlint-github-action@v5 - name: GolangCI-Lint uses: golangci/golangci-lint-action@v4 with: