ci: add required version param to stylua-action
This is getting set to latest. The docs say this could break CI due to changes in stylua bit right now I think that is better than maintain the version manually.
This commit is contained in:
parent
238d9d184e
commit
f483fc4992
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
uses: JohnnyMorganz/stylua-action@v2.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest
|
||||
args: --check .
|
||||
|
||||
clang-format:
|
||||
|
|
|
|||
Loading…
Reference in a new issue