We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d955e commit bf09d45Copy full SHA for bf09d45
Makefile
@@ -83,3 +83,6 @@ coverage:
83
## Runs unit tests
84
test: check
85
go test -failfast --short ./... -race
86
+## Lint check Golang
87
+lint:
88
+ golangci-lint run ./...
0 commit comments