This commit is contained in:
Milan Meduna 2020-10-25 17:01:39 +01:00
parent 9b08dee67b
commit e88f144f67
3 changed files with 1 additions and 31 deletions

View File

@ -4,3 +4,4 @@ mkdir mods
cd mods
git clone --depth 1 --branch version-0.4.14 https://github.com/minetest-mods/3d_armor.git
rm */.git -rf
rm */.github -rf

View File

@ -1,14 +0,0 @@
name: integration-test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: integration-test
run: ./integration-test.sh

View File

@ -1,17 +0,0 @@
name: luacheck
on: [push]
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 ./