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 63da42c commit 46fa408Copy full SHA for 46fa408
.github/workflows/coding-standards.yml
@@ -56,23 +56,9 @@ jobs:
56
57
- name: "Install dependencies with Composer"
58
uses: "ramsey/[email protected]"
59
- with:
60
- composer-options: "--no-suggest"
61
-
62
- - name: "Validate PSR class names"
63
- run: "composer dump-autoload --optimize --strict-psr"
64
65
- - name: "Format the code"
66
- continue-on-error: true
67
- run: |
68
- mkdir .cache
69
- ./vendor/bin/phpcbf
70
71
# The -q option is required until phpcs v4 is released
72
- name: "Run PHP_CodeSniffer"
73
- run: "vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr"
74
75
- - name: "Commit the changes"
76
- uses: stefanzweifel/git-auto-commit-action@v6
77
78
- commit_message: "apply phpcbf formatting"
+ run: |
+ mkdir .cache
+ vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr
0 commit comments