Skip to content

Commit

Permalink
Merge pull request #384 from Laravel-Lang/dependabot/github_actions/T…
Browse files Browse the repository at this point in the history
…heDragonCode/codestyler-4
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
2 parents 1a8d792 + 99d733e commit 0d53271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
uses: actions/checkout@v4

- name: Check the code style
uses: TheDragonCode/codestyler@v3
uses: TheDragonCode/codestyler@v4
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}

- name: Fix the code style
uses: TheDragonCode/codestyler@v3
uses: TheDragonCode/codestyler@v4
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
Expand Down

0 comments on commit 0d53271

Please sign in to comment.