1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00
Files
act/.github/actions/check/entrypoint.sh
2019-02-07 09:09:19 -08:00

4 lines
63 B
Bash

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