forgejo-runner-act/.github/actions/check/entrypoint.sh

4 lines
No EOL
50 B
Bash

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