Skip to content

Commit 3e37dee

Browse files
README: add CI shields
Add shields for indicating latest example-application CI status. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 283ad2b commit 3e37dee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Zephyr Example Application
2-
2+
3+
<a href="https://github.com/zephyrproject-rtos/example-application/actions/workflows/build.yml?query=branch%3Amain">
4+
<img src="https://github.com/zephyrproject-rtos/example-application/actions/workflows/build.yml/badge.svg?event=push">
5+
</a>
6+
<a href="https://github.com/zephyrproject-rtos/example-application/actions/workflows/docs.yml?query=branch%3Amain">
7+
<img src="https://github.com/zephyrproject-rtos/example-application/actions/workflows/docs.yml/badge.svg?event=push">
8+
</a>
39
<a href="https://zephyrproject-rtos.github.io/example-application">
410
<img alt="Documentation" src="https://img.shields.io/badge/documentation-3D578C?logo=sphinx&logoColor=white">
511
</a>

0 commit comments

Comments
 (0)