Skip to content

Commit

Permalink
Use PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Oct 9, 2024
1 parent 90f3efe commit cc83e93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: PHP CS Fixer

on: push

jobs:
fixers:
uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cc83e93

Please sign in to comment.