We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06484f1 commit 9b7ca77Copy full SHA for 9b7ca77
.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@v4
+ uses: TheDragonCode/codestyler@v5
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