File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v2
2727
2828 - name : Checking PHP Syntax
29- uses : TheDragonCode/php-codestyler@v1.5.1
29+ uses : TheDragonCode/php-codestyler@v1.5.5
3030` ` `
3131
3232### Fixer
4949 uses: actions/checkout@v2
5050
5151 - name: Checking PHP Syntax
52- uses: TheDragonCode/php-codestyler@v1.5.1
52+ uses: TheDragonCode/php-codestyler@v1.5.5
5353 with:
5454 fix: true
5555
@@ -60,15 +60,15 @@ jobs:
6060By default, the linter scans the `.` with except `vendor`, `node_modules` and `.github` folders.
6161
6262` ` ` yaml
63- - uses: TheDragonCode/php-codestyler@v1.5.1
63+ - uses: TheDragonCode/php-codestyler@v1.5.5
6464` ` `
6565
6666Also, by default, the linter only checks for compliance without making changes to the files.
6767
6868If you want to apply changes to repository, then use the following example :
6969
7070` ` ` yaml
71- - uses: TheDragonCode/php-codestyler@v1.5.1
71+ - uses: TheDragonCode/php-codestyler@v1.5.5
7272 with:
7373 fix: true
7474` ` `
You can’t perform that action at this time.
0 commit comments