switch to github ci

This commit is contained in:
BuckarooBanzay 2020-10-27 08:48:58 +01:00
parent 720d4c8e3f
commit adb4babbfe
3 changed files with 22 additions and 14 deletions

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

View file

@ -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

View file

@ -1,5 +1,7 @@
# Minetest Game # Minetest Game
![](https://github.com/mt-mods/jumpdrive/workflows/luacheck/badge.svg)
The default game bundled in the Minetest engine. The default game bundled in the Minetest engine.
For further information, check For further information, check