Skip to content

style: Re-style Lua code across entire project with StyLua #4

style: Re-style Lua code across entire project with StyLua

style: Re-style Lua code across entire project with StyLua #4

Workflow file for this run

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