diff --git a/CHANGELOG.md b/CHANGELOG.md index 7daab10..dd09947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,5 @@ ## 0.1.0 January 24, 2026 -- Enh #1 Added shared configuration files under `config/` for Composer-based reuse (@terabytesoftw) +- Enh #1: Added shared configuration files under `config/` for Composer-based reuse (@terabytesoftw) +- Bug #2: Update quality code section with `Super-Linter` and `StyleCI` badges (@terabytesoftw) diff --git a/README.md b/README.md index aa92151..0109ad6 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,6 @@

-

- - Super-Linter - -

-

Centralized ECS and Rector configuration for PHP projects
Share one set of rules across multiple repositories via Composer. @@ -165,6 +159,11 @@ Follow the same convention used across PHP Forge repositories: [![Latest Stable Version](https://img.shields.io/packagist/v/php-forge/coding-standard.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Stable)](https://packagist.org/packages/php-forge/coding-standard) [![Total Downloads](https://img.shields.io/packagist/dt/php-forge/coding-standard.svg?style=for-the-badge&logo=composer&logoColor=white&label=Downloads)](https://packagist.org/packages/php-forge/coding-standard) +## Quality code + +[![Super-Linter](https://img.shields.io/github/actions/workflow/status/php-forge/coding-standard/linter.yml?style=for-the-badge&label=Super-Linter&logo=github)](https://github.com/php-forge/coding-standard/actions/workflows/linter.yml) +[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.styleci.io/repos/1141292628?branch=main) + ## License [![License](https://img.shields.io/badge/License-BSD--3--Clause-brightgreen.svg?style=for-the-badge&logo=opensourceinitiative&logoColor=white&labelColor=555555)](LICENSE)