From f139e5cd828d002e5d2a32e733fde5b03765056b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Cervera?= Date: Sun, 24 Nov 2024 12:33:47 -0600 Subject: [PATCH] ci: asdf add stylua plugin --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a14e501..a8ceff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,9 @@ jobs: uses: asdf-vm/actions/setup@v3 - name: Install stylua - run: asdf install stylua + run: | + asdf plugin add stylua + asdf install stylua - name: Run stylua check run: make testfmt