mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-23 07:15:03 +01:00
4
.github/workflows/check/entrypoint.sh
vendored
Normal file
4
.github/workflows/check/entrypoint.sh
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
golangci-lint run
|
||||
go test -cover -short ./...
|
||||
Reference in New Issue
Block a user