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
- Host: GitHub
- URL: https://github.com/raku/infra-api
- Owner: Raku
- License: isc
- Created: 2023-05-04T15:41:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T17:04:37.000Z (over 1 year ago)
- Last Synced: 2025-04-02T23:38:03.774Z (about 1 month ago)
- Language: Raku
- Homepage: https://timtoady.oxygen.unfla.me
- Size: 34.2 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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