mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 20:06:16 +08:00
4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/sh
|
|
set -e
|
|
golangci-lint run
|
|
go test -cover -short ./... |