From fe27ca6a7d8e82e09d299564321ff88bb6a102fd Mon Sep 17 00:00:00 2001 From: Fonata Date: Tue, 27 Dec 2022 16:38:34 +0100 Subject: [PATCH] docs: add badge for PHPUnit --- .github/workflows/{ci.yml => phpunit.yml} | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{ci.yml => phpunit.yml} (98%) diff --git a/.github/workflows/ci.yml b/.github/workflows/phpunit.yml similarity index 98% rename from .github/workflows/ci.yml rename to .github/workflows/phpunit.yml index 2dbf224..06c9759 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/phpunit.yml @@ -1,5 +1,5 @@ --- -name: CI +name: PHPUnit on: push: diff --git a/README.md b/README.md index bc47d9f..b2ebfb2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ParseCsv [![Financial Contributors on Open Collective](https://opencollective.com/parsecsv/all/badge.svg?label=financial+contributors)](https://opencollective.com/parsecsv) +![PHPUnit](https://github.com/parsecsv/parsecsv-for-php/actions/workflows/phpunit.yml/badge.svg) ParseCsv is an easy-to-use PHP class that reads and writes CSV data properly. It fully conforms to the specifications outlined on the on the