From 89936d626f1c579d023b3d1a4ffb268a190a872c Mon Sep 17 00:00:00 2001 From: Ruben Hoenle Date: Fri, 28 Feb 2025 11:06:00 +0100 Subject: [PATCH] chore(doc): add workflow status badges to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dad163d61..cc06d77aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ [![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-sdk-go)](https://www.apache.org/licenses/LICENSE-2.0) +[![CI Workflow](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/ci.yaml) +[![CD Workflow](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/cd.yaml/badge.svg)](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/cd.yaml) +[![Dependency-Updater](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/dependency-checker.yaml/badge.svg)](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/dependency-checker.yaml) > ⓘ INFO: The STACKIT Python SDK is in beta and in active development.