Skip to content

Fix conflicts so that it works when there are less than 3 spaces #20

Fix conflicts so that it works when there are less than 3 spaces

Fix conflicts so that it works when there are less than 3 spaces #20

Workflow file for this run

name: Lua Format Check
on: [push]
jobs:
lua-format-check:
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 .