diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index b6efb44..d0c8fb6 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -11,4 +11,4 @@ jobs: uses: actions/checkout@v2 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v1.12.4 \ No newline at end of file + uses: TheDragonCode/codestyler@v1.12.4 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 3033f91..d66cbb0 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -16,4 +16,4 @@ jobs: uses: TheDragonCode/codestyler@v1.12.4 with: github_token: ${{ secrets.COMPOSER_TOKEN }} - fix: true \ No newline at end of file + fix: true