From 3f3a11c4f4f05eb89c493aa6d7f9b3c4360fee3c Mon Sep 17 00:00:00 2001 From: Andras Aranyi Date: Tue, 9 Jul 2024 17:27:08 +0400 Subject: [PATCH] ci: enable commit linting --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: