From 592fac89eaf2806f0b81e0fbeaeda68cabe3bc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 4 Oct 2023 08:53:08 +0200 Subject: [PATCH] fix(cicd-stylua): move to npx cargo is built from source and not working --- .gitea/workflows/stylua.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/stylua.yml b/.gitea/workflows/stylua.yml index 6f4622f..4eb444c 100644 --- a/.gitea/workflows/stylua.yml +++ b/.gitea/workflows/stylua.yml @@ -7,11 +7,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Setup StyLua - run: | - apt update && apt install cargo -y - cargo install stylua - - name: StyLua check run: | - stulua . + npx @johnnymorganz/stylua-bin