This commit is contained in:
BuckarooBanzay 2024-05-21 21:37:20 +02:00
parent 03bbe498bf
commit ce1d187544
3 changed files with 29 additions and 0 deletions

10
.github/workflows/luacheck.yml vendored Normal file
View 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
View 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

View File

@ -1,6 +1,13 @@
# isogen
![](https://github.com/buckaroobanzay/isogen/workflows/luacheck/badge.svg)
![](https://github.com/buckaroobanzay/isogen/workflows/test/badge.svg)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](license.txt)
[![Download](https://img.shields.io/badge/Download-ContentDB-blue.svg)](https://content.minetest.net/packages/buckaroobanzay/isogen)
[![Coverage Status](https://coveralls.io/repos/github/buckaroobanzay/isogen/badge.svg?branch=master)](https://coveralls.io/github/buckaroobanzay/isogen?branch=master)
Generate isometric images from ingame builds
![](./isogen.png)