Skip to content

refactor(stylua): format all the code with stylua #9

refactor(stylua): format all the code with stylua

refactor(stylua): format all the code with stylua #9

Workflow file for this run

name: Luacheck
on:
pull_request: {}
push:
branches:
- main
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Prepare
run: |
sudo apt-get update
sudo apt-get install -y luarocks
sudo luarocks install luacheck
- name: Lint
run: make luacheck