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

4 lines
63 B
Bash

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