Replace Travis CI with GitHub actions (#2661)

Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
David Leal
2021-07-08 05:47:37 -05:00
committed by GitHub
parent c96cc55c40
commit 92701885d0
2 changed files with 16 additions and 11 deletions

16
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: build
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Luarocks
run: |
sudo apt-get update -qyy
sudo apt-get install luarocks -qyy
- name: Install Luacheck
run: luarocks install --local luacheck
- name: Run Luacheck
run: $HOME/.luarocks/bin/luacheck mods