Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 5 days 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