From f19d0ab78d5e67be223d128ce22f2674f5a253c6 Mon Sep 17 00:00:00 2001 From: Sumant Date: Mon, 20 Apr 2026 20:03:16 +0530 Subject: [PATCH] Add CI/CD Runners section to README Added CI/CD Runners section for Conveyor. Conveyor is like Jenkins written in Rust. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6100dec..8d27352 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Applications](#applications) * [Audio](#audio) + * [CI/CD Runners](#cicd-runners) * [Container Engines](#container-engines) * [Cryptocurrencies](#cryptocurrencies) * [Database](#database) @@ -139,6 +140,10 @@ See also [Friends of Rust](https://prev.rust-lang.org/en-US/friends.html) (Organ * [indiscipline/zrtstr](https://github.com/indiscipline/zrtstr) — A command line utility for checking if stereo wav files are faux-stereo (i.e. have identical channels) and converting such files to mono. [](https://travis-ci.org/indiscipline/zrtstr) +### CI/CD Runners + +* [Conveyor](https://github.com/sumant1122/Conveyor) — Fast, secure, local-first CI/CD pipelines with a real-time TUI. DAG workflows, cron triggers, and artifact management powered by Rust. + ### Container Engines * [Nucleus](https://github.com/sumant1122/Nucleus) — A high-performance, minimalistic container engine in Rust