ci
This commit is contained in:
parent
03bbe498bf
commit
ce1d187544
10
.github/workflows/luacheck.yml
vendored
Normal file
10
.github/workflows/luacheck.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: luacheck
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
- name: Luacheck
|
||||
uses: lunarmodules/luacheck@master
|
12
.github/workflows/test.yml
vendored
Normal file
12
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: test
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: buckaroobanzay/mtt@main
|
||||
with:
|
||||
modname: isogen
|
||||
enable_coverage: "true"
|
||||
- uses: coverallsapp/github-action@v1
|
@ -1,6 +1,13 @@
|
||||
|
||||
# isogen
|
||||
|
||||

|
||||

|
||||
[](license.txt)
|
||||
[](https://content.minetest.net/packages/buckaroobanzay/isogen)
|
||||
[](https://coveralls.io/github/buckaroobanzay/isogen?branch=master)
|
||||
|
||||
|
||||
Generate isometric images from ingame builds
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user