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 McCullough 0c1dc1e2f6 throw when invalid uses key is provided (#1804)
* throw if `uses` is invalid

* update JobType to return error

* lint

* put //nolint:dupl on wrong test

* update error message to remove end punctuation

* lint

* update remote job type check

* move if statement

* rm nolint:dupl ... we'll see how that goes

---------

Co-authored-by: Casey Lee <cplee@nektos.com>
2023-07-10 21:27:43 -07:00
.github chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
act throw when invalid uses key is provided (#1804) 2023-07-10 21:27:43 -07:00
cmd chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
main.go feat: add check for newer versions (#1562) 2023-01-15 10:30:41 +00:00