File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 5656
5757 - name : " Install dependencies with Composer"
5858 uses : " ramsey/composer-install@3.1.1"
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
7059
7160 # The -q option is required until phpcs v4 is released
7261 - 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- with :
78- commit_message : " apply phpcbf formatting"
62+ run : |
63+ mkdir .cache
64+ vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr
You can’t perform that action at this time.
0 commit comments