File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
name : Check & fix styling
2
2
3
- on : [push,pull_request]
3
+ on : [push, pull_request]
4
4
5
5
jobs :
6
6
php-cs-fixer :
7
- name : PHP-CS-Fixer
8
- runs-on : ubuntu-latest
9
- steps :
10
- - name : Checkout code
11
- uses : actions/checkout@v4
12
- with :
13
- ref : ${{ github.head_ref }}
7
+ runs-on : ubuntu-latest
14
8
15
- - name : Run PHP-CS-Fixer
16
- uses : docker://oskarstark/php-cs-fixer-ga
17
- with :
18
- args : --config=.php-cs-fixer.dist --allow-risky=yes
9
+ steps :
10
+ - name : Checkout code
11
+ uses : actions/checkout@v4
12
+ with :
13
+ ref : ${{ github.head_ref }}
19
14
20
- - name : Commit changes
21
- uses : stefanzweifel/git-auto-commit-action@v5
22
- with :
23
- commit_message : Fix styling
15
+ - name : Run PHP CS Fixer
16
+ uses : docker://oskarstark/php-cs-fixer-ga
17
+ with :
18
+ args : --config=.php-cs-fixer.dist --allow-risky=yes
19
+
20
+ - name : Commit changes
21
+ uses : stefanzweifel/git-auto-commit-action@v5
22
+ with :
23
+ commit_message : Fix styling
You can’t perform that action at this time.
0 commit comments