We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2354b commit dc9dd3eCopy full SHA for dc9dd3e
.github/workflows/php-cs-fixer.yml
@@ -0,0 +1,7 @@
1
+name: PHP CS Fixer
2
+
3
+on: push
4
5
+jobs:
6
+ fixers:
7
+ uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main
docs/CHANGELOG.md
@@ -4,6 +4,7 @@ Changelog
1.0.2 (Unreleased)
----------------------
- Enh #5: Add `requirements.php`
+- Enh #9: Use PHP CS Fixer
8
9
1.0.1 (April 19, 2021)
10
0 commit comments