From 2b49ba3cd6adad132d08c50db3b508cfa7c03da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Ar=C3=A1nyi?= Date: Tue, 11 Jun 2024 16:02:28 +0400 Subject: [PATCH] ci: disable commit linting (temporarily) (#63) --- .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 371976f1cb0..ac98ac1b1f2 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: