master
BuckarooBanzay 2020-05-25 10:29:51 +02:00
parent 2b246e17f7
commit a852d5dabb
2 changed files with 18 additions and 1 deletions

17
.github/workflows/luacheck.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: luacheck
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install
run: luarocks install --local luacheck
- name: luacheck run
run: $HOME/.luarocks/bin/luacheck ./

View File

@ -1,3 +1,3 @@
name = epic_skybox
description = skyboxe features for the epic mod
description = skybox features for the epic mod
depends = epic, screwdriver