Semi-unnamed homegrown Forgejo Action compatible runner runtime.
Find a file
2024-08-09 00:17:29 -04:00
internal feat: add job concurrency and basic support for needs job prop 2024-08-09 00:17:29 -04:00
.gitignore feat: track tasks and individual jobs in runner 2024-08-01 22:48:54 -04:00
go.mod chore: use placeholder project name 2024-08-02 19:49:56 -04:00
go.sum feat: track tasks and individual jobs in runner 2024-08-01 22:48:54 -04:00
LICENSE Initial commit 2024-08-01 22:39:45 +00:00
main.go feat: adopt custom logger 2024-08-03 13:10:01 -04:00
README.md docs: add feature support tracker 2024-08-03 14:01:21 -04:00
WORKFLOW_SUPPORT.md feat: add job concurrency and basic support for needs job prop 2024-08-09 00:17:29 -04:00

Courgette

Overview

Courgette is a homegrown Forgejo/Act compatible runner (or aspires to be someday).

Featureset

The first goal of this project is to reach feature parity with Github Actions's offering (see the feature support tracker).

Once this is achieved, extensions to the format will be considered to enhance the design and fix design flaws of the original spec.