File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
go-version : stable
17
17
- uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
18
18
with :
19
- args : --timeout=180s
19
+ args : --timeout=180s --enable gocritic
20
20
lint-commits :
21
21
permissions :
22
22
contents : read
Original file line number Diff line number Diff line change 19
19
20
20
.PHONY : lint
21
21
lint :
22
- golangci-lint run
22
+ golangci-lint run --enable gocritic
23
23
24
24
.PHONY : fuzz
25
25
fuzz : mod-tidy generate
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ It also automatically builds and tests your code using [GitHub Actions](https://
23
23
* Test Pull Requests using ` go test ` .
24
24
* Build Docker images from Pull Requests for manual testing and review.
25
25
* Static code analysis using [ CodeQL] ( https://codeql.github.com/ ) and [ Go Report Card] ( https://goreportcard.com/ ) .
26
- * Test coverage analysis using [ Coveralls ] ( https://coveralls.io/ ) .
26
+ * Coverage analysis using the [ go-test-coverage action ] ( https://github.com/vladopajic/go-test-coverage ) .
27
27
* Security analysis using [ OpenSSF] ( https://securityscorecards.dev ) .
28
28
29
29
## How to use
You can’t perform that action at this time.
0 commit comments