This commit is contained in:
Mrrp 2024-12-10 16:26:49 -08:00
parent 18e0963d89
commit ea726ced89
6 changed files with 46 additions and 26 deletions

View file

@ -11,11 +11,14 @@ on:
jobs:
luacheck_errcheck:
runs-on: docker
container: nickblah/lua:5.1-alpine
container: nickblah/lua:5.1-luarocks-alpine
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install C libraries
run: apk add build-base
- name: Install Luacheck
run: luarocks install luacheck