1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
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