Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eEuo pipefail
|
||||
|
||||
golangci-lint run ./...
|
||||
|
||||
go tool deadcode -test ./...
|
||||
|
||||
Reference in New Issue
Block a user