Skip to content

fixed storage bug: always thought the mod updated #18

fixed storage bug: always thought the mod updated

fixed storage bug: always thought the mod updated #18

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/