aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-10-05 23:42:46 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-10-05 23:42:46 +0200
commit8d2529404437262c5bf0521063221906aeecfb22 (patch)
tree2667eac6f8b83981ee7856f874871db533487b65
parent83205b89b085bb07fc6bda9576765a05797bd416 (diff)
downloadmatcha-threads-8d2529404437262c5bf0521063221906aeecfb22.tar.gz
matcha-threads-8d2529404437262c5bf0521063221906aeecfb22.zip
added badge for check-examples workflow
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 39642d9..8f68fdf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# matcha-threads
+![check-examples][badge_check_examples]
A simple and unsafe implementation of `cooperative-multitasking` in userspace
(see [`fibers`][fiber_wiki]).
@@ -80,3 +81,4 @@ make ARCH=arm64 demo1
This project is licensed under the [MIT](LICENSE) license.
[fiber_wiki]: https://en.wikipedia.org/wiki/Fiber_(computer_science)
+[badge_check_examples]: https://github.com/johannst/matcha-threads/workflows/check-examples/badge.svg