From 727cc93a7d50e6e4951bfcf01d571f3a66e98bce Mon Sep 17 00:00:00 2001 From: Ukendio Date: Sat, 23 Nov 2024 04:47:12 +0100 Subject: [PATCH] Update workflows --- .github/workflows/styling.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/styling.yaml b/.github/workflows/styling.yaml index 24d039e2..4d28cabb 100644 --- a/.github/workflows/styling.yaml +++ b/.github/workflows/styling.yaml @@ -3,18 +3,18 @@ name: Styling on: [push, pull_request, workflow_dispatch] jobs: - run: - name: Run Stylua - runs-on: ubuntu-latest + run: + name: Run Stylua + runs-on: ubuntu-latest - steps: - - name: Checkout Project - uses: actions/checkout@v4 + steps: + - name: Checkout Project + uses: actions/checkout@v4 - - name: Run Stylua - 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 Stylua + 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 jecs.luau