Skip to content

Commit

Permalink
Correction staticCheck paramètres
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Gagné <francis.gagne@mcn.gouv.qc.ca>
  • Loading branch information
gagf01 committed Jul 26, 2024
1 parent a4fdf1b commit 3906385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: StaticCheck
run: |
go install "honnef.co/go/tools/cmd/staticcheck@latest"
$(go env GOPATH)/bin/staticcheck -f "text" ./... | write_output
$(go env GOPATH)/bin/staticcheck ./...
- name: GoVulnCheck
uses: golang/govulncheck-action@v1

0 comments on commit 3906385

Please sign in to comment.