Skip to content

Configure and run automatic Lua code styling #5

Configure and run automatic Lua code styling

Configure and run automatic Lua code styling #5

Workflow file for this run

name: StyLua
on: [ push, pull_request ]
jobs:
stylua:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check --respect-ignores -g '*.lua' -g '*.lua.in' .