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 c494ddf..664caa0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.0.7 (Unreleased) +------------------------ +- Enh #26: Use PHP CS Fixer + 1.0.6 (March 3, 2023) ------------------------ - Fix #21: Space configuration checks permissions insufficiently diff --git a/module.json b/module.json index cbe1d9b..3ffb4bb 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "Q&A", "description": "Elevate your knowledge sharing experience by enabling users to ask questions and upvote the most helpful answers.", "keywords": ["Q&A", "questions answers"], - "version": "1.0.6", + "version": "1.0.7", "humhub": { "minVersion": "1.14" },