act_runner/.github/actions/check/entrypoint.sh

4 lines
56 B
Bash

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