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 8, 2024
1 parent 6b0f3e6 commit 28f02ab
Show file tree
Hide file tree
Showing 3 changed files with 10 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:
tests:
uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

Unreleased
1.0.7 (Unreleased)
-----------------------
- Fix #8: Remove extra dot in wall entry bottom links
- Enh #11: Use PHP CS Fixer

1.0.6 (10 March, 2023)
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resources/Screenshot_3.png",
"resources/Screenshot_4.png"
],
"version": "1.0.6",
"version": "1.0.7",
"authors": [
{
"name": "radu-stanescu"
Expand Down

0 comments on commit 28f02ab

Please sign in to comment.