File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,11 @@ name: PHP CS Fixer
33on :
44 pull_request :
55
6- permissions :
7- contents : write
8-
96jobs :
107 cs-fixer :
118 runs-on : ubuntu-22.04
129 steps :
1310 - uses : actions/checkout@v6
14- with :
15- ref : ${{ github.head_ref }}
16- token : ${{ secrets.GITHUB_TOKEN }}
1711
1812 - name : Install PHP
1913 uses : shivammathur/setup-php@v2
3529 run : composer install --prefer-dist
3630
3731 - name : Run PHP CS Fixer
38- run : ./bin/php-cs-fixer fix --diff
39-
40- - name : Commit CS Fixer fixes
41- uses : stefanzweifel/git-auto-commit-action@v7
42- with :
43- commit_message : " style: apply php-cs-fixer changes"
44- commit_author : " github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
32+ run : ./bin/php-cs-fixer check --diff
You can’t perform that action at this time.
0 commit comments