Skip to content

Commit 3e5d2f8

Browse files
Update code-style.yml
1 parent 20902d4 commit 3e5d2f8

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/code-style.yml

+2-18
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,5 @@ permissions: write-all
66

77
jobs:
88
style:
9-
runs-on: ubuntu-latest
10-
11-
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v4
14-
15-
- name: Detect job name
16-
id: detect
17-
run: |
18-
[[ ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} ]] && NAME="Fix" || NAME="Check"
19-
20-
echo "name=${NAME}" >> $GITHUB_OUTPUT
21-
22-
- name: ${{ steps.detect.outputs.name }} the code style
23-
uses: TheDragonCode/codestyler@v4
24-
with:
25-
github_token: ${{ secrets.COMPOSER_TOKEN }}
26-
fix: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
9+
name: Code Style
10+
uses: TheDragonCode/.github/.github/workflows/code-style.yml@main

0 commit comments

Comments
 (0)