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