From 5d5cfcea908f6b64a892877f691ca22a0c8817fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Joly?= Date: Sun, 9 Oct 2022 18:34:51 +0100 Subject: [PATCH] chore: update stylua in CI The old version is too different from my local one, causing the CI to fail. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b3fac3a..6a8e067 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,4 +28,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments args: --check . - version: 0.13.1 + version: v0.14.3 -- 2.45.2