Skip to content

Commit 0b46ad4

Browse files
committed
README: Add CI status badges
1 parent 8eaf1e5 commit 0b46ad4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/test_dump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: Test commands
20+
name: Test dump
2121

2222
on: [push, pull_request]
2323

.github/workflows/test_upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: Test commands
20+
name: Test upgrade
2121

2222
on: [push, pull_request]
2323

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
#
2020
-->
2121

22+
<a href="https://github.com/apache/mynewt-newt/actions/workflows/test_commands.yml">
23+
<img src="https://github.com/apache/mynewt-newt/actions/workflows/test_commands.yml/badge.svg">
24+
<a/>
25+
26+
<a href="https://github.com/apache/mynewt-newt/actions/workflows/test_dump.yml">
27+
<img src="https://github.com/apache/mynewt-newt/actions/workflows/test_dump.yml/badge.svg">
28+
<a/>
29+
30+
<a href="https://github.com/apache/mynewt-newt/actions/workflows/test_upgrade.yml">
31+
<img src="https://github.com/apache/mynewt-newt/actions/workflows/test_upgrade.yml/badge.svg">
32+
<a/>
33+
2234
# Newt
2335

2436
Apache Newt is a smart build and package management tool, designed for C and C++

0 commit comments

Comments
 (0)