From 7c70769005717003901392cc2ee54c9e02a60e8b Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 22 Sep 2022 18:03:27 +0300 Subject: [PATCH] chore(ci): pin stylua version --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b78986..b1be903 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: - uses: JohnnyMorganz/stylua-action@1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} + version: 0.14.0 args: --check . lint: