luacheck and fixes / no dep on vacuum

This commit is contained in:
NatureFreshMilk
2019-12-10 15:05:37 +01:00
parent a3fcba69c3
commit 379d07a8fc
7 changed files with 42 additions and 38 deletions
+17
View File
@@ -0,0 +1,17 @@
name: luacheck
on: [push]
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 ./