aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2024-10-08 01:52:56 +0100
committerArun Isaac2024-10-08 01:52:56 +0100
commit34f7df3a29488197d983860e55361f1cc3683d4b (patch)
treebbed8e08848dcacd1235cc1376cd8cb1fc6d91f4 /README.md
parent81c40e655683b265a771ca9b5faf783cb0632d03 (diff)
downloadravanan-34f7df3a29488197d983860e55361f1cc3683d4b.tar.gz
ravanan-34f7df3a29488197d983860e55361f1cc3683d4b.tar.lz
ravanan-34f7df3a29488197d983860e55361f1cc3683d4b.zip
README: Add CI badge.
* README.md: Add CI badge.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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.