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 bbd2b27 + 868a702 commit 695ee67Copy full SHA for 695ee67
.github/workflows/code-style.yml
@@ -13,13 +13,13 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Check the code style
16
- uses: TheDragonCode/codestyler@v3
+ uses: TheDragonCode/codestyler@v4
17
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
18
with:
19
github_token: ${{ secrets.COMPOSER_TOKEN }}
20
21
- name: Fix the code style
22
23
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
24
25
0 commit comments