Skip to content

Commit b604558

Browse files
authored
Add badges for license, CI, and documentation status in README (#24)
1 parent 850e4f1 commit b604558

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Robot Library (Python)
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![CI](https://github.com/Pera-Swarm/robot-library-python/actions/workflows/ci.yml/badge.svg)](https://github.com/Pera-Swarm/robot-library-python/actions/workflows/ci.yml)
5+
[![Documentation: Publish](https://github.com/Pera-Swarm/robot-library-python/actions/workflows/docs-cd.yml/badge.svg)](https://github.com/Pera-Swarm/robot-library-python/actions/workflows/docs-cd.yml)
6+
37
A modular Python library for building robot applications. It provides components for motion control, sensors, communications, and indicators over MQTT.
48

59
Documentation: the full site is auto-built and deployed to GitHub Pages on pushes to the `dev` branch. Once enabled in the repo settings, it will be available at: `https://pera-swarm.github.io/robot-library-python/`.

0 commit comments

Comments
 (0)