From 54a913f3cb4a24a543dfa3ddcf59f5259821af34 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 26 Jun 2024 16:50:34 +0200 Subject: [PATCH] Use PHP CS Fixer --- .github/workflows/php-cs-fixer.yml | 7 +++++++ docs/CHANGELOG.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 .github/workflows/php-cs-fixer.yml diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml new file mode 100644 index 0000000..2144827 --- /dev/null +++ b/.github/workflows/php-cs-fixer.yml @@ -0,0 +1,7 @@ +name: PHP CS Fixer + +on: push + +jobs: + tests: + uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 19b757e..1a5e063 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ Changelog ------------------------- - Fix #216: Fix image space rending on wall entry - Enh #224: Unifying positions of button on modals for consistency and better UX +- Enh #227: Use PHP CS Fixer 0.16.6 - March 14, 2024 -------------------------