aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stölp <johannes.stoelp@gmail.com>2021-05-31 23:46:04 +0200
committerGitHub <noreply@github.com>2021-05-31 23:46:04 +0200
commitccc0081adc056b9a5df1b4b704d2e680ec979b2c (patch)
tree388f47931f01791f3ab8e79ca1d882071b2e26d5
parent937a1abbbc887b8b1842244f94910939c14bfabb (diff)
downloadmini-kvm-rs-ccc0081adc056b9a5df1b4b704d2e680ec979b2c.tar.gz
mini-kvm-rs-ccc0081adc056b9a5df1b4b704d2e680ec979b2c.zip
add gh action status badge
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf8338f..a4ad6d7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# kvm-rs
+# kvm-rs
+
+[![Rust](https://github.com/johannst/mini-kvm-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/johannst/mini-kvm-rs/actions/workflows/rust.yml)
A playground for the [`Kernel Virtual Machine
(KVM)`](https://www.kernel.org/doc/html/latest/virt/kvm/index.html) in rust to