From 935f68820c14c24d532c5388c5c2285697715799 Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Fri, 4 Nov 2022 14:32:10 -0400 Subject: [PATCH] Style --- .github/workflows/ci.yaml | 76 +++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc55b681..50268238 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,38 +1,38 @@ -name: CI - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - - lint: - name: Lint - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - uses: Roblox/setup-foreman@v1 - name: Install Foreman - with: - version: "^1.0.0" - token: ${{ SECRETS.GITHUB_TOKEN }} - - - name: Lint - run: | - selene ./modules - - style: - name: Styling - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: JohnnyMorganz/stylua-action@1.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --check ./modules +name: CI + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + + lint: + name: Lint + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - uses: Roblox/setup-foreman@v1 + name: Install Foreman + with: + version: "^1.0.0" + token: ${{ SECRETS.GITHUB_TOKEN }} + + - name: Lint + run: | + selene ./modules + + style: + name: Styling + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: JohnnyMorganz/stylua-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + args: --check ./modules