diff mbox series

[5/6] readme: replace status badge

Message ID 20250114193628.16290-6-oss@braunwarth.dev
State Accepted
Headers show
Series Add GitHub actions | expand

Commit Message

Daniel Braunwarth Jan. 14, 2025, 7:36 p.m. UTC
Replace the status badge from Denx GitLab instance with the new GitHub
CI status.

Signed-off-by: Daniel Braunwarth <oss@braunwarth.dev>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/README.md b/README.md
index 8e49f8e..0533b99 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@  SPDX-License-Identifier: GPL-2.0-only
 SWUpdate - Software Update for Embedded Linux Devices
 =====================================================
 
-[![pipeline status](https://source.denx.de/swupdate/swupdate/badges/master/pipeline.svg?ignore_skipped=true)](https://source.denx.de/swupdate/swupdate/-/commits/master)
+[![CI tests](https://github.com/swupdate/swupdate/actions/workflows/ci_tests.yml/badge.svg?branch=master)](https://github.com/swupdate/swupdate/actions/workflows/ci_tests.yml)
 [![Coverity Scan Build Status](https://scan.coverity.com/projects/20753/badge.svg)](https://scan.coverity.com/projects/20753)
 ![License](https://img.shields.io/github/license/sbabic/swupdate)
 [![REUSE status](https://api.reuse.software/badge/github.com/sbabic/swupdate)](https://api.reuse.software/info/github.com/sbabic/swupdate)