Skip to content

Commit

Permalink
Merge pull request #53 from Laravel-Lang/dependabot/github_actions/Th…
Browse files Browse the repository at this point in the history
…eDragonCode/codestyler-4

Bump TheDragonCode/codestyler from 3 to 4
  • Loading branch information
andrey-helldar committed Feb 16, 2024
2 parents 9271836 + db37a37 commit d6121bc
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 d6121bc

Please sign in to comment.