We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77b1080 + cf1e9b2 commit 1335d29Copy full SHA for 1335d29
.github/workflows/code-style.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Checking PHP Syntax
20
- uses: TheDragonCode/codestyler@v3
+ uses: TheDragonCode/codestyler@v4
21
22
fix:
23
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
with:
34
github_token: ${{ secrets.COMPOSER_TOKEN }}
35
fix: true
0 commit comments