Skip to content

Commit

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

Bump TheDragonCode/codestyler from 3 to 4
  • Loading branch information
andrey-helldar authored Feb 16, 2024
2 parents 35e8705 + 0224acd commit d2e1beb
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 @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v3
uses: TheDragonCode/codestyler@v4

fix:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v3
uses: TheDragonCode/codestyler@v4
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true

0 comments on commit d2e1beb

Please sign in to comment.