ci: update stylua version to v0.20.0
This commit is contained in:
parent
f630887cd8
commit
8a2de6ada2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -31,10 +31,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Stylua
|
||||
uses: JohnnyMorganz/stylua-action@v3
|
||||
uses: JohnnyMorganz/stylua-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: v0.18.2
|
||||
version: v0.20.0
|
||||
args: --check lua tests
|
||||
|
||||
typecheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue