Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Temporarily disable golangci
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Dec 7, 2023
1 parent ead2ae8 commit 9c48d33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1
with:
version: v1.54
args: --timeout 5m --verbose
skip-cache: true
# - name: golangci-lint
# uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1
# with:
# version: v1.54
# args: --timeout 5m --verbose
# skip-cache: true
- name: govulncheck
uses: golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4
with:
Expand Down

0 comments on commit 9c48d33

Please sign in to comment.