From a89b7a6888680d898b5d3c74818558b6d51fa299 Mon Sep 17 00:00:00 2001 From: Rainrider Date: Fri, 30 Aug 2024 11:07:16 +0200 Subject: [PATCH] ci: add format check with StyLua --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94c5817..6f6c8f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,13 @@ jobs: with: show-progress: false + - name: Format + uses: JohnnyMorganz/stylua-action@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + version: latest + args: --check . + - name: Lint uses: nebularg/actions-luacheck@v1 with: