ci: fix `stylua` action
parent
ce506bb677
commit
d99cb9b44b
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version: latest
|
version: latest
|
||||||
args: --check .
|
args: .
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "style: format with stylua"
|
commit_message: "style: auto-format with stylua"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue