We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20902d4 commit 3e5d2f8Copy full SHA for 3e5d2f8
.github/workflows/code-style.yml
@@ -6,21 +6,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@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' }}
+ name: Code Style
+ uses: TheDragonCode/.github/.github/workflows/code-style.yml@main
0 commit comments