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 1ae5775 commit 34d4e78Copy full SHA for 34d4e78
.github/workflows/coding-standards.yml
@@ -53,13 +53,13 @@ jobs:
53
with:
54
composer-options: "--no-suggest"
55
56
+ - name: "Format the code"
57
+ run: ./vendor/bin/phpcbf
58
+
59
# The -q option is required until phpcs v4 is released
60
- name: "Run PHP_CodeSniffer"
61
run: "vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr"
62
- - name: "Format the code"
- run: ./vendor/bin/phpcbf
-
63
- name: "Commit the changes"
64
uses: stefanzweifel/git-auto-commit-action@v5
65
0 commit comments