Skip to content

added luacheckgenerator to automatically add globals to linter #2

added luacheckgenerator to automatically add globals to linter

added luacheckgenerator to automatically add globals to linter #2

Workflow file for this run

name: Validate Lua Files
on:
push:
branches: [main]
jobs:
validate-lua:
container:
image: woahbase/alpine-lua:5.2.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: apk add --update gcc alpine-sdk
- name: Install luacheck
run: luarocks install luacheck
- name: Run luacheck
run: luacheck ./Prisma/