update
This commit is contained in:
parent
9b08dee67b
commit
e88f144f67
3 changed files with 1 additions and 31 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
17
mods/3d_armor/.github/workflows/luacheck.yml
vendored
17
mods/3d_armor/.github/workflows/luacheck.yml
vendored
|
@ -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 ./
|
Loading…
Reference in a new issue