Skip to content

Add LuaCheck workflow #1

Add LuaCheck workflow

Add LuaCheck workflow #1

Workflow file for this run

name: "Check"
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: apt
run: sudo apt-get update && sudo apt-get install -y luarocks
- name: luacheck install
run: luarocks install --local luacheck
- name: luacheck run
run: $HOME/.luarocks/bin/luacheck mods