From 9dbba0903c9bac8953710d1a0995d5e3458c2028 Mon Sep 17 00:00:00 2001 From: Griffin Castles Date: Fri, 9 Aug 2024 18:44:09 +0800 Subject: [PATCH] Fix but more? --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 721034c..3728614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,13 @@ jobs: args: --check src continue-on-error: true + - name: Fix code style issues + uses: JohnnyMorganz/stylua-action@v4 + with: + token: ${{ github.token }} + version: latest + args: src + - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: