From ac5ecced797126642648d219ae4bc1722922ee62 Mon Sep 17 00:00:00 2001 From: Guillaume Camera Date: Mon, 31 Mar 2025 09:45:33 +0200 Subject: [PATCH] [doc] Add github actions CI badge in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d475b2a..a4f4c79 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![pytest](https://img.shields.io/badge/pytest-extension-blue)](https://docs.pytest.org/en/latest/) [![Python](https://img.shields.io/pypi/v/pytest-sqlguard)](https://pypi.org/project/pytest-sqlguard/) ![GitHub License](https://img.shields.io/github/license/PayLead/pytest-sqlguard) +![CI](https://github.com/PayLead/pytest-sqlguard/actions/workflows/sqlguard-ci.yml/badge.svg?brand=main) ---