Skip to content

Commit

Permalink
Fixed a CI/CD.yaml syntax error?
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyRBLX11 committed Nov 24, 2024
1 parent fae4c7c commit a14b05d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.0.1 # NOTE: we recommend pinning to a specific version in case of formatting changes
# CLI arguments
args: --syntax="Luau" src
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.0.1 # NOTE: we recommend pinning to a specific version in case of formatting changes
# CLI arguments
args: --syntax="Luau" src

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a14b05d

Please sign in to comment.