Commit Graph

6 Commits

Author SHA1 Message Date
sfan5 575bfca67a Run tests on older MT too 2024-03-25 18:01:14 +01:00
sfan5 41efbaf210 Migrate tests to new Docker image 2024-03-25 16:48:09 +01:00
sfan5 bf55f52197 Give CI workflows consistent names 2023-06-11 16:09:06 +02:00
HybridDog eff01bc8e7
Add code linting with luacheck (#221)
With luacheck mistakes in Lua code can be found, e.g. the use of undefined variables, and the code style can be checked.
workflow by @Panquesito7
2023-06-09 19:48:46 +02:00
sfan5 670e421f57 Rename util folder
because mod loading woes, minetest/minetest#11240
2021-09-21 01:34:10 +02:00
sfan5 770601dd5d Add automated tests for WorldEdit API functions that run under CI
uses a real Minetest instance (Docker)
currently covers most basic manipulations
2021-09-20 23:10:04 +02:00