From 7c3b8d70e6aae14ed8031d5790f912387b7bce89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jul 2025 10:51:33 +0200 Subject: [ci skip] add CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6efd10c..9d19947 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/remicollet/rpminfo/actions/workflows/ci.yaml/badge.svg)](https://github.com/remicollet/rpminfo/actions/workflows/ci.yaml) + # RPM information extension for PHP Retrieve RPM information from PHP code using librpm. -- cgit