Skip to content

Implement more robust runtime collection and compilation #6

Implement more robust runtime collection and compilation

Implement more robust runtime collection and compilation #6

Workflow file for this run

name: Stylua Format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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 .
- name: Luacheck
uses: lunarmodules/[email protected]