diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-10-30 11:08:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 11:08:59 +0100 |
commit | 6e84a46abcc01de11f52cdd3d13cc3ef2ce95e69 (patch) | |
tree | 97ca9bd0ebdc3161b42b7592e541913f5a316d7c | |
parent | e0dff29adc7690bb693ff05ff8776d07e756d4f9 (diff) | |
download | rneovim-6e84a46abcc01de11f52cdd3d13cc3ef2ce95e69.tar.gz rneovim-6e84a46abcc01de11f52cdd3d13cc3ef2ce95e69.tar.bz2 rneovim-6e84a46abcc01de11f52cdd3d13cc3ef2ce95e69.zip |
ci(stylua): explicitly set the version to latest (#20869)
This will silence the warning about needing to pin the version in the
Summary Page.
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d8c4046d8..c386930073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,7 @@ jobs: uses: JohnnyMorganz/stylua-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + version: latest args: --check runtime/ - if: "!cancelled()" |