From 2c02bb0beeead210bdef814aa0672ad1bc9775b7 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Wed, 7 Dec 2022 20:29:12 +0000 Subject: [PATCH] ci: add required `version` param to stylua-action This is getting set to latest. The docs say this could break CI due to changes in stylua bit right now I think that is better than maintain the version manually. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 810eacf..17ec4dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: uses: JohnnyMorganz/stylua-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} + version: latest args: --check . clang-format: