An open API service indexing awesome lists of open source software.

https://github.com/raku/infra-api

Webhook receiver and task runner for internal projects
https://github.com/raku/infra-api

Last synced: about 1 month ago
JSON representation

Webhook receiver and task runner for internal projects

Awesome Lists containing this project

README

        

#+title: TimToady

TimToady is a program to run Raku Infra CI pipelines. It was primarily
written for Raku Documentation project. It is maintained by the Raku
Infra team.

Note: This is a work in-progress.

* Setup

+ Create a database with ~resources/migrations.sql~.
+ Add DB credentials to config file.
+ Install dependencies

#+begin_src bash
zef install . --deps-only
#+end_src