Skip to content

Commit

Permalink
ci: bump stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
gegoune committed Jan 19, 2025
1 parent 70a1462 commit 060b093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- uses: actions/checkout@v3

- name: stylua
uses: JohnnyMorganz/stylua-action@v3
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: "0.19"
args: --respect-ignores --check lua scripts
version: "v2.0.2"
args: --check lua scripts

colors:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 060b093

Please sign in to comment.