File tree Expand file tree Collapse file tree 3 files changed +11
-27
lines changed Expand file tree Collapse file tree 3 files changed +11
-27
lines changed Original file line number Diff line number Diff line change 1313
1414 - name : Dependabot metadata
1515 id : metadata
16-
17- uses : dependabot/fetch-metadata@v1.6.0
16+ uses : dependabot/fetch-metadata@v1.3.3
1817 with :
1918 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2019
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : Fix PHP code style issues
1+ name : Check & fix styling
22
3- on : [push]
3+ on :
4+ push :
5+ branches :
6+ - styling
47
58jobs :
6- php-code-styling :
9+ php-cs-fixer :
710 runs-on : ubuntu-latest
811
912 steps :
1215 with :
1316 ref : ${{ github.head_ref }}
1417
15- - name : Fix PHP code style issues
16- uses : aglipanci/laravel-pint-action@2.2.0
18+ - name : Run PHP CS Fixer
19+ uses : docker://oskarstark/php-cs-fixer-ga
20+ with :
21+ args : --config=.php-cs-fixer.dist.php --allow-risky=yes
1722
1823 - name : Commit changes
1924 uses : stefanzweifel/git-auto-commit-action@v4
You can’t perform that action at this time.
0 commit comments