diff --git a/CHANGELOG.md b/CHANGELOG.md index caad2b6..b36e5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.1.2 October 8, 2025 - Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw) +- Bug #198: Add `Super-Linter` badge to `README.md` for enhanced CI visibility (@terabytesoftw) ## 0.1.1 September 03, 2025 diff --git a/README.md b/README.md index 0c161aa..77179a2 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ final class SiteController extends Controller [![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=main&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic) [![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml) +[![Super-Linter](https://img.shields.io/github/actions/workflow/status/yii2-extensions/app-basic/linter.yml?style=for-the-badge&label=Super-Linter&logo=github)](https://github.com/yii2-extensions/app-basic/actions/workflows/linter.yml) [![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=styleci&logoColor=white)](https://github.styleci.io/repos/165419144?branch=main) ## Documentation