Skip to content

Commit

Permalink
version corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
softinio committed Oct 2, 2023
1 parent f84ca37 commit 307b5da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
uses: actions/checkout@v4

- name: Run StyLua
uses: JohnnyMorganz/stylua-action@1.0.0
uses: JohnnyMorganz/stylua-action@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.18.2
args: --features lua51 --check .
version: 0.18.2
args: --check lua/

0 comments on commit 307b5da

Please sign in to comment.