From 7ffea90606c5798e838dbe33bca530390922c152 Mon Sep 17 00:00:00 2001 From: crazyRBLX11 <165557662+crazyRBLX11@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:02:02 +0000 Subject: [PATCH] CI/CD setup>StyLua>Selene --- .github/workflows/ci-cd.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index c28b3fa..cbc4db4 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -23,6 +23,7 @@ jobs: run: aftman install StyLua: + needs: setup runs-on: ubuntu-latest steps: - name: Checkout @@ -35,7 +36,8 @@ jobs: # CLI arguments args: --syntax="Luau" src - lint: + Selene: + needs: StyLua runs-on: ubuntu-latest steps: - name: Checkout