From 8d2529404437262c5bf0521063221906aeecfb22 Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 5 Oct 2020 23:42:46 +0200 Subject: added badge for check-examples workflow --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3