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 3, 2024
1 parent 3c166ad commit 601704c
Show file tree
Hide file tree
Showing 3 changed files with 13 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
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.1.4 (Unreleased)
-------------------------

- Enh: Use PHP CS Fixer

1.1.3 (November 23, 2023)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sso",
"login"
],
"version": "1.1.3",
"version": "1.1.4",
"humhub": {
"minVersion": "1.14"
},
Expand Down

0 comments on commit 601704c

Please sign in to comment.