neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 0760379b413ca95b80ed2970b49f14ba3b1acbf9
parent a867aa45f70e48cfad9f56657f8d2ec3c8fed153
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Thu, 22 Sep 2022 20:19:38 +0200

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.
Diffstat:
M.github/workflows/ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - if: "!cancelled()" name: lintstylua - uses: JohnnyMorganz/stylua-action@1.0.0 + uses: JohnnyMorganz/stylua-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} args: --check runtime/