Skip to content

Commit

Permalink
Updated code-style rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Feb 15, 2022
1 parent 466de3e commit 0c57233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v2

- name: Checking PHP Syntax
uses: TheDragonCode/php-codestyler@v1.10.8
uses: TheDragonCode/codestyler@v1.12.4
4 changes: 2 additions & 2 deletions .github/workflows/lint-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

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

0 comments on commit 0c57233

Please sign in to comment.