Skip to content

Commit 0c57233

Browse files
author
Andrey Helldar
committed
Updated code-style rules
1 parent 466de3e commit 0c57233

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Checking PHP Syntax
14-
uses: TheDragonCode/php-codestyler@v1.10.8
14+
uses: TheDragonCode/codestyler@v1.12.4

.github/workflows/lint-fixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Checking PHP Syntax
16-
uses: TheDragonCode/php-codestyler@v1.10.8
16+
uses: TheDragonCode/codestyler@v1.12.4
1717
with:
1818
github_token: ${{ secrets.COMPOSER_TOKEN }}
19-
fix: true
19+
fix: true

0 commit comments

Comments
 (0)