add workflows and integration test

This commit is contained in:
BuckarooBanzay
2020-01-17 08:10:45 +01:00
parent 217f468e92
commit a8cc5d9b08
5 changed files with 98 additions and 2 deletions

17
.github/workflows_disabled/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 ./