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
ChristopherHX 83c485d0d0 fix: copy ignored tracked files (#1074)
* fix: copy ignored tracked files

* fix

* refactor: Extract callback to fileCollector

fix: temporary tar archive not deletable on windows
fix: `.*` in gitignore ignores all files

* Move nolint: gocyclo

* pass context as parameter

* goimport

* Add fs interface + one test

* fix lint, also test for ignored non tracked file

* fix filename

* Apply suggestions from code review

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-04-04 15:27:00 +00:00
.github ci: bump go to 1.18 (#1087) 2022-03-29 20:10:32 +00:00
act fix: copy ignored tracked files (#1074) 2022-04-04 15:27:00 +00:00
cmd feat: add bug-report flag (#1056) 2022-03-22 19:26:10 +00:00
main.go fix: set default version string (#1070) 2022-03-29 09:37:38 +00:00