A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The installation and usage instructions are part of the Forgejo documentation https://forgejo.org/docs/next/admin/actions/
Find a file
Josh Soref ac92a02474 Support running commands in repositories without action.yaml (#293)
* Comment for public function

* Add git describe fallback

* spelling: github

* Set initial branch to satisfy tests for modern git

* Clarify -even- if

* Go 1.16

* Support running commands in repositories without action.yaml

Support runnings commands with only a Docker file

Co-authored-by: Casey Lee <cplee@nektos.com>
2021-03-30 12:26:25 -07:00
.github Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
act Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
cmd Support running commands in repositories without action.yaml (#293) 2021-03-30 12:26:25 -07:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00