mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest
|
||||
args: --check runtime/
|
||||
|
||||
- if: "!cancelled()"
|
||||
|
Reference in New Issue
Block a user