From 2efe1727344b4fb372df6d6ae3cbe1fa72567542 Mon Sep 17 00:00:00 2001
From: Johannes Stoelp <johannes.stoelp@gmail.com>
Date: Thu, 5 Jan 2023 21:45:57 +0100
Subject: readme: add action & doc badge

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index b68e9a7..9bd0eda 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
 # llvm-kaleidoscope-rs
 
+[![Rust][wf-badge]][wf-output] [![Rustdoc][doc-badge]][doc-html]
+
+[wf-output]: https://github.com/johannst/llvm-kaleidoscope-rs/actions/workflows/check.yml
+[wf-badge]: https://github.com/johannst/llvm-kaleidoscope-rs/actions/workflows/check.yml/badge.svg
+[doc-html]: https://johannst.github.io/llvm-kaleidoscope-rs/llvm_kaleidoscope_rs/index.html
+[doc-badge]: https://img.shields.io/badge/llvm__kaleidoscope__rs-rustdoc-blue.svg?style=flat&logo=rust
+
 The purpose of this repository is to learn about the [`llvm`][llvm] compiler
 infrastructure and practice some [`rust-lang`][rust].
 
-- 
cgit v1.2.3