Skip to content

Commit

Permalink
Merge pull request #216 from TheDragonCode/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…TheDragonCode/codestyler-4

Bump TheDragonCode/codestyler from 3 to 4
  • Loading branch information
andrey-helldar committed Feb 15, 2024
2 parents 1ab84c9 + 12614e4 commit 66b2772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Expand Up @@ -13,13 +13,13 @@ 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' }}
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}

- 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 66b2772

Please sign in to comment.