Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Refactor creator to new UI for specs #168

Refactor creator to new UI for specs

Refactor creator to new UI for specs #168

Workflow file for this run

name: Lua Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Lua and LuaRocks
run: |
sudo apt-get update
sudo apt-get install -y lua5.3 luarocks liblua5.3-dev
- name: Install Luacheck (local)
run: |
luarocks install --local luacheck
echo "$HOME/.luarocks/bin" >> $GITHUB_PATH
- name: Run Luacheck
run: luacheck .