From c7ba42730877d38d7822b02035f85e31ab2723f2 Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:59:44 -0400 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e18765..eeabf1f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,14 @@ jobs: - name: Install Luau uses: encodedvenom/install-luau@v2.1 + - uses: actions/checkout@v4 + - uses: JohnnyMorganz/stylua-action@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes + # CLI arguments + args: --check src + - name: Run Unit Tests id: run_tests run: |