4
.github/workflows/check/entrypoint.sh
vendored
Normal file
4
.github/workflows/check/entrypoint.sh
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
golangci-lint run
|
||||
go test -cover -short ./...
|
||||
Reference in New Issue
Block a user