Skip to content

Formatted

Formatted #27

Workflow file for this run

name: Atom Pipeline
on:
push:
branches:
- main
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: ok-nick/[email protected]
with:
version: v0.3.0
path: "."
cache: false
token: ${{ github.token }}
- name: "aftman install"
run: aftman install
StyLua:
runs-on: ubuntu-latest
steps:

Check failure on line 27 in .github/workflows/ci-cd.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-cd.yaml

Invalid workflow file

You have an error in your yaml syntax on line 27
- 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
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: NTBBloodbath/[email protected]
with:
token: ${{ github.token }}
args: src