Skip to content

feat: add workflow to format Lua files in pull requests #3

feat: add workflow to format Lua files in pull requests

feat: add workflow to format Lua files in pull requests #3

---
name: Lua-format (dumy)
on:
pull_request:
paths-ignore:
- "data*/**"
jobs:
lua-formatter:
runs-on: ubuntu-latest
steps:
- run: echo "This is a dummy job to satisfy branch protection checks"