From 0999ed109ebdb6ab370ea1059a1f8455b6262e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Wed, 2 Aug 2023 23:10:15 +0200 Subject: [PATCH] Update stylua job in GitHub workflow --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fef912c..83111ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,9 +60,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run stylua - uses: JohnnyMorganz/stylua-action@1.0.0 + uses: JohnnyMorganz/stylua-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} + version: latest args: --check . luacheck: runs-on: ubuntu-latest