Skip to content

Commit

Permalink
CI/CD setup>StyLua>Selene
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyRBLX11 committed Nov 24, 2024
1 parent a14b05d commit 7ffea90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: aftman install

StyLua:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -35,7 +36,8 @@ jobs:
# CLI arguments
args: --syntax="Luau" src

lint:
Selene:
needs: StyLua
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 7ffea90

Please sign in to comment.