mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci(stylua): change action version to v1 (#20273)
Changing the action version to v1 allows us to automatically get patch updates as it points to the latest stable version.
This commit is contained in:
parent
a867aa45f7
commit
0760379b41
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
|
|
||||||
- if: "!cancelled()"
|
- if: "!cancelled()"
|
||||||
name: lintstylua
|
name: lintstylua
|
||||||
uses: JohnnyMorganz/stylua-action@1.0.0
|
uses: JohnnyMorganz/stylua-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --check runtime/
|
args: --check runtime/
|
||||||
|
Loading…
Reference in New Issue
Block a user