Skip to content

Commit

Permalink
golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
heliannuuthus committed Oct 29, 2023
1 parent 301ba64 commit c0399ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-golang-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
name: golangci-lint
- name: golangci-lint
run: go version && tree $(go env GOPATH)/bin && golangci-lint -vv

security:
Expand All @@ -48,5 +48,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
name: gosec checkout
- name: gosec checkout
run: go version && tree $(go env GOPATH)/bin && gosec -fmt=sarif -out=gosec.sarif ./...

0 comments on commit c0399ac

Please sign in to comment.