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.
2 parents 4b34220 + f44eaed commit 106e073Copy full SHA for 106e073
.github/workflows/code-style.yml
@@ -13,11 +13,11 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Check the code style
16
- uses: TheDragonCode/codestyler@v4
+ uses: TheDragonCode/codestyler@v5
17
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
18
19
- name: Fix the code style
20
21
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
22
with:
23
github_token: ${{ secrets.COMPOSER_TOKEN }}
0 commit comments