Skip to content

Commit d4de850

Browse files
authored
ci(lint): upgrade stylua and auto-commit (#229)
1 parent 8a79075 commit d4de850

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: JohnnyMorganz/stylua-action@v3
27+
- uses: JohnnyMorganz/stylua-action@v4
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
version: latest
@@ -51,10 +51,11 @@ jobs:
5151
- uses: chartboost/ruff-action@v1
5252
with:
5353
src: "./collect.py"
54-
- uses: stefanzweifel/git-auto-commit-action@v4
54+
- uses: stefanzweifel/git-auto-commit-action@v5
5555
if: ${{ github.ref != 'refs/heads/main' }}
5656
with:
5757
commit_message: "chore(pr): auto-commit"
58+
push_options: "--force"
5859
unit_test:
5960
name: Unit Test
6061
needs:

0 commit comments

Comments
 (0)