From 34f7df3a29488197d983860e55361f1cc3683d4b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 8 Oct 2024 01:52:56 +0100 Subject: README: Add CI badge. * README.md: Add CI badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f19c75e..c71a505 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Laminar](https://ci.systemreboot.net/badge/ravanan.svg)](https://ci.systemreboot.net/jobs/ravanan) + ravanan is a [Common Workflow Language (CWL)](https://www.commonwl.org/) implementation that is powered by [GNU Guix](https://guix.gnu.org/) and provides strong reproducibility guarantees. ravanan provides strong foolproof caching ([work reuse](https://www.commonwl.org/v1.2/CommandLineTool.html#WorkReuse)) so you never run the same steps of your workflow twice, nor do you have to keep track of which steps were run and with what parameters: ravanan remembers everything for you. ravanan captures logs from every step of your workflow so you can always trace back in case of job failures. ravanan currently runs on single machines and on slurm via its [API](https://slurm.schedmd.com/rest_api.html). Other HPC backends will be implemented in the future based on demand. -- cgit v1.2.3