Skip to content

Bump leafo/gh-actions-luarocks from 5.0.0 to 6.0.0 (#608) #463

Bump leafo/gh-actions-luarocks from 5.0.0 to 6.0.0 (#608)

Bump leafo/gh-actions-luarocks from 5.0.0 to 6.0.0 (#608) #463

name: Check Formatting
on:
push:
branches:
- main
pull_request:
jobs:
check-formatting:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: leafo/gh-actions-lua@8aace3457a2fcf3f3c4e9007ecc6b869ff6d74d6
with:
luaVersion: 5.4
- uses: leafo/gh-actions-luarocks@97053c556d6ce2c8e26eb7ac93743437c7af7248
- name: install
run: |
luarocks install --server=https://luarocks.org/dev luaformatter
- name: check-formatting
run: |
bin/format
git diff
git diff-index --quiet HEAD