mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
ci(stylua): explicitly set the version to latest (#20869)
This will silence the warning about needing to pin the version in the Summary Page.
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -99,6 +99,7 @@ jobs:
|
|||||||
uses: JohnnyMorganz/stylua-action@v1
|
uses: JohnnyMorganz/stylua-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
version: latest
|
||||||
args: --check runtime/
|
args: --check runtime/
|
||||||
|
|
||||||
- if: "!cancelled()"
|
- if: "!cancelled()"
|
||||||
|
Reference in New Issue
Block a user