Skip to content

chore(pkg): upload to LuaRocks #129

chore(pkg): upload to LuaRocks

chore(pkg): upload to LuaRocks #129

Workflow file for this run

name: Format
on:
push:
paths:
- '**.lua'
pull_request:
paths:
- '**.lua'
defaults:
run:
shell: bash
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .