mirror of
https://github.com/mt-mods/biome_lib.git
synced 2025-07-14 22:30:23 +02:00
Compare commits
2 Commits
20c89d0ee6
...
master
Author | SHA1 | Date | |
---|---|---|---|
95845dfb08 | |||
3d217950b3 |
13
.github/workflows/luacheck.yml
vendored
13
.github/workflows/luacheck.yml
vendored
@ -1,13 +1,10 @@
|
|||||||
name: luacheck
|
name: luacheck
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
luacheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- name: Checkout
|
||||||
- name: apt
|
uses: actions/checkout@master
|
||||||
run: sudo apt-get install -y luarocks
|
- name: Luacheck
|
||||||
- name: luacheck install
|
uses: lunarmodules/luacheck@master
|
||||||
run: luarocks install --local luacheck
|
|
||||||
- name: luacheck run
|
|
||||||
run: $HOME/.luarocks/bin/luacheck ./
|
|
||||||
|
@ -14,8 +14,8 @@ It is primarily intended for mapgen v6, but it should work fine when used with m
|
|||||||
|
|
||||||
**Dependencies:** nothing, but if you don't use `minetest_game`, you'll need to supply some settings (see API.txt).
|
**Dependencies:** nothing, but if you don't use `minetest_game`, you'll need to supply some settings (see API.txt).
|
||||||
|
|
||||||
**Recommends**: [Plantlife Modpack](https://github.com/minetest-mods/plantlife_modpack),
|
**Recommends**: [Plantlife Modpack](https://github.com/mt-mods/plantlife_modpack),
|
||||||
[More Trees](https://github.com/minetest-mods/moretrees)
|
[More Trees](https://github.com/mt-mods/moretrees)
|
||||||
|
|
||||||
**API**: This mod supplies a small number of very powerful functions. They are, briefly:
|
**API**: This mod supplies a small number of very powerful functions. They are, briefly:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user