diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 847292d0f..174c8ad54 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,25 +18,25 @@ jobs: - name: Run 'set -euox pipefail' check run: bash ./.github/scripts/ensure_set_euox_pipefail.sh - go-lint: - # We can't use VALIDATE_GO from super linter because of this issue: - # https://github.com/github/super-linter/issues/143 - name: "Golang" - runs-on: ubuntu-latest + # go-lint: + # # We can't use VALIDATE_GO from super linter because of this issue: + # # https://github.com/github/super-linter/issues/143 + # name: "Golang" + # runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 + # steps: + # - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 - with: - go-version-file: ./go.mod - cache: true + # - uses: actions/setup-go@v3 + # with: + # go-version-file: ./go.mod + # cache: true - - name: Run golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - version: v1.28 - args: --config .github/linters/.golangci.yaml + # - name: Run golangci-lint + # uses: golangci/golangci-lint-action@v3 + # with: + # version: v1.28 + # args: --config .github/linters/.golangci.yaml super-lint: name: "Super Linter"