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 8fce9b0 commit cef49eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.1 (Unreleased)
------------------------
- Enh #3: Use PHP CS Fixer

1.0.0 (August 20, 2018)
------------------------
Initial release
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"keywords": [
"api"
],
"version": "1.0.0",
"version": "1.0.1",
"humhub": {
"minVersion": "1.3"
},
"screenshots": []
}
}

0 comments on commit cef49eb

Please sign in to comment.