parent
c96cc55c40
commit
92701885d0
@ -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 |
@ -1,11 +0,0 @@ |
||||
language: generic |
||||
addons: |
||||
apt: |
||||
packages: |
||||
- luarocks |
||||
before_install: |
||||
- luarocks install --local luacheck |
||||
script: |
||||
- $HOME/.luarocks/bin/luacheck ./mods |
||||
notifications: |
||||
email: false |
Loading…
Reference in new issue