From 72dcae389fdafa8660a525c9715c03e992027761 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jul 2025 10:46:47 +0200 Subject: [ci skip] add CI badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ab0b430..3b8b354 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![CI](https://github.com/remicollet/php-xpass/actions/workflows/ci.yaml/badge.svg)](https://github.com/remicollet/php-xpass/actions/workflows/ci.yaml) + + # xpass extension for PHP This extension provides password hashing algorithms used by Linux distributions. -- cgit