This website requires JavaScript.
Explore
Help
Sign in
potyarkin
/
forgejo-runner-act
Watch
1
Star
0
Fork
You've already forked forgejo-runner-act
0
Code
Issues
Pull requests
Activity
fb77d5a883
forgejo-runner-act
/
.github
/
actions
/
check
/
entrypoint.sh
4 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit with support for GitHub actions
2019-01-12 20:45:25 -08:00
#!/bin/sh
fail on error (#20) ci-via-github-actions
2019-01-23 11:51:22 -08:00
set
-e
add support for 'reuse' mode to allow act to be used for a fast local task runner
2019-01-17 00:45:37 -08:00
golangci-lint run
skip integration test in GH actions
2019-02-07 09:09:19 -08:00
go
test
-cover -short ./...
Reference in a new issue
Copy permalink