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
3e04312912
forgejo-runner-act
/
.github
/
actions
/
check
/
entrypoint.sh
4 lines
56 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit with support for GitHub actions
2019-01-13 04:45:25 +00:00
#!/bin/sh
fail on error (#20) ci-via-github-actions
2019-01-23 19:51:22 +00:00
set
-e
add support for 'reuse' mode to allow act to be used for a fast local task runner
2019-01-17 08:45:37 +00:00
golangci-lint run
Initial commit with support for GitHub actions
2019-01-13 04:45:25 +00:00
go
test
-cover ./...
Reference in a new issue
Copy permalink