act/.github/actions/check/entrypoint.sh
Casey Lee 320e9b6057
fail on error (#20)
ci-via-github-actions
2019-01-23 11:51:22 -08:00

4 lines
No EOL
56 B
Bash

#!/bin/sh
set -e
golangci-lint run
go test -cover ./...