Skip to content

Commit

Permalink
Temporarily turn off golang linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Oct 26, 2022
1 parent d544d72 commit c20155d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c20155d

Please sign in to comment.