This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
act
Watch
1
Star
0
Fork
You've already forked act
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
01876438c2
act
/
.github
/
workflows
/
check
/
entrypoint.sh
5 lines
64 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit with support for GitHub actions
2019-01-12 22:45:25 -06:00
#!/bin/sh
fail on error (#20) ci-via-github-actions
2019-01-23 13:51:22 -06:00
set
-e
add support for 'reuse' mode to allow act to be used for a fast local task runner
2019-01-17 02:45:37 -06:00
golangci-lint run
unit tests Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-10 17:27:05 -06:00
go
test
-cover -short ./...
Reference in a new issue
Copy permalink