From cc83e9310ecd3487cf5583a2af1c1b70b37684a5 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 9 Oct 2024 10:28:30 +0200 Subject: [PATCH] Use PHP CS Fixer --- .github/workflows/php-cs-fixer.yml | 7 +++++++ docs/CHANGELOG.md | 4 ++++ module.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) 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..2d37e13 --- /dev/null +++ b/.github/workflows/php-cs-fixer.yml @@ -0,0 +1,7 @@ +name: PHP CS Fixer + +on: push + +jobs: + fixers: + uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 62e85fe..0ee0b0f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.0.5 (Unreleased) +--------------------- +- Enh #4: Use PHP CS Fixer + 1.0.4 (May 23, 2024) --------------------- - Fix: E-Mail Lookup diff --git a/module.json b/module.json index de755ac..c8c4f6a 100644 --- a/module.json +++ b/module.json @@ -4,7 +4,7 @@ "description": "Integrating GitHub Sign-In (OAuth 2.0).", "keywords": [ ], - "version": "1.0.4", + "version": "1.0.5", "homepage": "https://github.com/humhub-contrib/auth-github", "humhub": { "minVersion": "1.6"