Skip to content

GH Action for stylua check #2

GH Action for stylua check

GH Action for stylua check #2

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 .