forked from mad-star-studio/Voxelis
mrrp
This commit is contained in:
parent
18e0963d89
commit
ea726ced89
6 changed files with 46 additions and 26 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -10,15 +10,14 @@ on:
|
|||
|
||||
jobs:
|
||||
busted_unit_test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container: nickblah/lua:5.1-luarocks-alpine
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Lua
|
||||
uses: leafo/setup-lua@v1
|
||||
with:
|
||||
lua-version: '5.1'
|
||||
- name: Install C libraries
|
||||
run: apk add build-base
|
||||
|
||||
- name: Install Busted
|
||||
run: luarocks install busted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue