320e9b6057
ci-via-github-actions
4 lines
No EOL
56 B
Bash
4 lines
No EOL
56 B
Bash
#!/bin/sh
|
|
set -e
|
|
golangci-lint run
|
|
go test -cover ./... |