mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-22 20:07:52 +00:00
320e9b6057
ci-via-github-actions
4 lines
56 B
Bash
4 lines
56 B
Bash
#!/bin/sh
|
|
set -e
|
|
golangci-lint run
|
|
go test -cover ./... |