neovim

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

commit d65684f0c755a9341412423543b65ec872196440
parent 2d8bbe468e796137ae1b5f504b3d73758a8c391c
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Sat, 17 Dec 2022 13:32:20 +0100

ci: bump stylua action to v2 (#21455)


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 @@ -71,7 +71,7 @@ jobs: - if: success() || failure() && steps.abort_job.outputs.status == 'success' name: lintstylua - uses: JohnnyMorganz/stylua-action@v1 + uses: JohnnyMorganz/stylua-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest