Add github workflow

I copied Panquesito7's check-release.yml file
This commit is contained in:
HybridDog 2021-01-20 18:55:29 +01:00
parent 14a602849e
commit 969161566a
1 changed files with 15 additions and 0 deletions

15
.github/workflows/check-release.yml vendored Normal file
View File

@ -0,0 +1,15 @@
on: [push, pull_request]
name: Check & Release
jobs:
lint:
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 ./