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 e2b9b7f commit a85bda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v2

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v1.12.4
uses: TheDragonCode/codestyler@v1.12.4
3 changes: 1 addition & 2 deletions .github/workflows/lint-fixer.yml
Expand Up @@ -16,5 +16,4 @@ jobs:
uses: TheDragonCode/codestyler@v1.12.4
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true
editorconfig: false
fix: true

0 comments on commit a85bda0

Please sign in to comment.