Add golangci-lint to git pre-push hook

This commit is contained in:
Deluan
2020-05-07 11:57:07 -04:00
parent 06ab88415a
commit 9a854f6cc4
2 changed files with 9 additions and 5 deletions
+3
View File
@@ -3,6 +3,9 @@ pre-push:
unit-tests:
tags: tests
run: go test ./...
lint:
tags: tests
run: golangci-lint run
pre-commit:
parallel: false