Skip to content

Commit aaefeef

Browse files
committed
chore: update README
Adds badges to make the readme a bit nicer :3 Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent d64dbf1 commit aaefeef

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/frontend-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
paths:
2727
- "frontend/**"
2828
- ".tool-versions"
29-
- ".github/workflows/frontend-test.yaml"
29+
- ".github/workflows/frontend-ci.yaml"
3030
branches:
3131
- "main"
3232
- "release-*"
@@ -35,7 +35,7 @@ on:
3535
paths:
3636
- "frontend/**"
3737
- ".tool-versions"
38-
- ".github/workflows/frontend-test.yaml"
38+
- ".github/workflows/frontend-ci.yaml"
3939

4040
jobs:
4141
warmup-cache:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
SPDX-License-Identifier: Apache-2.0
55
-->
66

7+
![Backend CI](https://github.com/edgehog-device-manager/edgehog/actions/workflows/backend-ci.yaml/badge.svg)
8+
![Frontend CI](https://github.com/edgehog-device-manager/edgehog/actions/workflows/frontend-ci.yaml/badge.svg)
9+
710
# Edgehog
811

912
**Edgehog** is an Open Source Device Manager Platform designed to manage the entire lifecycle of your IoT device fleet. Built with **Elixir** and powered by **Astarte**, it provides a robust, scalable, and secure environment for maintaining connected embedded systems.

0 commit comments

Comments
 (0)