We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd762fe commit 4cb9a4bCopy full SHA for 4cb9a4b
.github/workflows/build.yml
@@ -33,6 +33,22 @@ jobs:
33
# it relies on the existence of a go.sum file.
34
cache: false
35
go-version: "1.20"
36
+ - id: setup-go-critic
37
+ run: go install -v github.com/go-critic/go-critic/cmd/gocritic@latest
38
+ - id: setup staticheck
39
+ uses: actions/checkout@v2
40
+ with:
41
+ fetch-depth: 1
42
+ - name: Run staticcheck
43
+ uses: dominikh/[email protected]
44
45
+ version: "2022.1.3"
46
+ - id: setup-go-sec
47
+ uses: actions/checkout@v3
48
+ env:
49
+ GO111MODULE: on
50
+ - name: Run Gosec Security Scanner
51
+ uses: securego/gosec@master
52
- name: Lookup Go cache directory
53
id: go-cache
54
run: |
0 commit comments