This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -159,17 +159,17 @@ jobs:
159159 cd ${{ matrix.project.path }}
160160 go build ./...
161161 go test -run=^# ./...
162- - name : Lint Go
163- uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
164- with :
165- version : v1.59.1
166- # We already cache these directories in setup-go
167- skip-pkg-cache : true
168- skip-build-cache : true
169- # only-new-issues is only applicable to PRs, otherwise it is always set to false
170- only-new-issues : false # disabled for PRs due to unreliability
171- args : --out-format colored-line-number,checkstyle:golangci-lint-report.xml
172- working-directory : ${{ matrix.project.path }}
162+ # - name: Lint Go
163+ # uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
164+ # with:
165+ # version: v1.59.1
166+ # # We already cache these directories in setup-go
167+ # skip-pkg-cache: true
168+ # skip-build-cache: true
169+ # # only-new-issues is only applicable to PRs, otherwise it is always set to false
170+ # only-new-issues: false # disabled for PRs due to unreliability
171+ # args: --out-format colored-line-number,checkstyle:golangci-lint-report.xml
172+ # working-directory: ${{ matrix.project.path }}
173173
174174 build-chainlink :
175175 environment : integration
You can’t perform that action at this time.
0 commit comments