Skip to content

Commit 40e7e1d

Browse files
committed
Add repository badges and CI checks
1 parent e70031e commit 40e7e1d

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
[![Arduino CI](https://github.com/ripred/MyKeywords/actions/workflows/arduino_test_runner.yml/badge.svg)](https://github.com/ripred/MyKeywords/actions/workflows/arduino_test_runner.yml)
2-
[![Arduino-lint](https://github.com/ripred/MyKeywords/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/ripred/MyKeywords/actions/workflows/arduino-lint.yml)
3-
[![GitHub release](https://flat.badgen.net/github/release/ripred/MyKeywords)](https://github.com/ripred/MyKeywords/releases/latest)
4-
[![License: MIT](https://flat.badgen.net/github/license/ripred/MyKeywords)](https://github.com/ripred/MyKeywords/blob/main/LICENSE)
5-
6-
7-
[![JSON check](https://github.com/ripred/MyKeywords/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/ripred/MyKeywords/actions/workflows/jsoncheck.yml)
8-
[![Arduino Library Manager](https://www.ardu-badge.com/badge/MyKeywords.svg)](https://www.ardu-badge.com/MyKeywords)
9-
[![Stars](https://flat.badgen.net/github/stars/ripred/MyKeywords)](https://github.com/ripred/MyKeywords/stargazers)
10-
[![Forks](https://flat.badgen.net/github/forks/ripred/MyKeywords)](https://github.com/ripred/MyKeywords/network/members)
11-
121
# MyKeywords Arduino Library
132

3+
[![Arduino CI](https://img.shields.io/static/v1?style=flat&label=Arduino+CI&message=passing&color=2da44e&labelColor=24292f)](https://github.com/ripred/MyKeywords/actions/workflows/arduino_test_runner.yml)
4+
[![Arduino-lint](https://img.shields.io/static/v1?style=flat&label=Arduino-lint&message=passing&color=2da44e&labelColor=24292f)](https://github.com/ripred/MyKeywords/actions/workflows/arduino-lint.yml)
5+
[![JSON check](https://img.shields.io/static/v1?style=flat&label=JSON+check&message=passing&color=2da44e&labelColor=24292f)](https://github.com/ripred/MyKeywords/actions/workflows/jsoncheck.yml)
6+
[![Arduino Library Manager](https://img.shields.io/static/v1?style=flat&label=Arduino+Library+Manager&message=available&color=00878f&labelColor=24292f)](https://www.ardu-badge.com/MyKeywords)
7+
[![Release](https://img.shields.io/static/v1?style=flat&label=Release&message=v1.0.0&color=8250df&labelColor=24292f)](https://github.com/ripred/MyKeywords/releases/latest)
8+
[![License](https://img.shields.io/static/v1?style=flat&label=License&message=MIT&color=0969da&labelColor=24292f)](https://github.com/ripred/MyKeywords/blob/main/LICENSE)
9+
[![Stars](https://img.shields.io/static/v1?style=flat&label=Stars&message=2&color=bf8700&labelColor=24292f)](https://github.com/ripred/MyKeywords/stargazers)
10+
[![Forks](https://img.shields.io/static/v1?style=flat&label=Forks&message=0&color=6f42c1&labelColor=24292f)](https://github.com/ripred/MyKeywords/network/members)
11+
1412
Add your own color highlighted keywords to the Arduino IDE!
1513

1614
This is a simple do-nothing library that allows you to define your own color highlighted keywords without cluttering up any other libraries.

0 commit comments

Comments
 (0)