Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
ci: fix stylua action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jun 2, 2024
1 parent 488d863 commit bd36b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stylua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
args: .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "style: format with stylua"
commit_message: "style: auto-format with stylua"

0 comments on commit bd36b21

Please sign in to comment.