We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c57233 commit 6242332Copy full SHA for 6242332
.github/workflows/lint-check.yml
@@ -11,4 +11,4 @@ jobs:
11
uses: actions/checkout@v2
12
13
- name: Checking PHP Syntax
14
- uses: TheDragonCode/codestyler@v1.12.4
+ uses: TheDragonCode/codestyler@v1.12.4
.github/workflows/lint-fixer.yml
@@ -16,4 +16,4 @@ jobs:
16
uses: TheDragonCode/codestyler@v1.12.4
17
with:
18
github_token: ${{ secrets.COMPOSER_TOKEN }}
19
- fix: true
+ fix: true
0 commit comments