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 5c99f49 commit 29b4fa3Copy full SHA for 29b4fa3
1 file changed
.github/workflows/code-style.yml
@@ -5,20 +5,5 @@ on: [ push, pull_request ]
5
permissions: write-all
6
7
jobs:
8
- style:
9
- runs-on: ubuntu-latest
10
-
11
- steps:
12
- - name: Checkout code
13
- uses: actions/checkout@v6
14
15
- - name: Check the code style
16
- 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 }}
24
- fix: true
+ check:
+ uses: TheDragonCode/.github/.github/workflows/code-style.yml@main
0 commit comments