1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-11-15 23:20:16 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
sfan5
96555cf5e5 rename 2023-06-09 19:45:46 +02:00
HybridDog
98fdda4937 Add code linting with luacheck
With luacheck mistakes in Lua code can be found, e.g. the use of undefined variables, and the code style can be checked.
For the github workflow I copied Panquesito7's check-release.yml file.
2023-06-09 18:24:26 +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