mirror of
				https://github.com/mt-mods/biome_lib.git
				synced 2025-11-04 06:45:29 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			20c89d0ee6
			...
			95845dfb08
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					95845dfb08 | ||
| 
						 | 
					3d217950b3 | 
							
								
								
									
										13
									
								
								.github/workflows/luacheck.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/luacheck.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,13 +1,10 @@
 | 
			
		||||
name: luacheck
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
  luacheck:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@master
 | 
			
		||||
    - name: apt
 | 
			
		||||
      run: sudo apt-get install -y luarocks
 | 
			
		||||
    - name: luacheck install
 | 
			
		||||
      run: luarocks install --local luacheck
 | 
			
		||||
    - name: luacheck run
 | 
			
		||||
      run: $HOME/.luarocks/bin/luacheck ./
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@master
 | 
			
		||||
      - name: Luacheck
 | 
			
		||||
        uses: lunarmodules/luacheck@master
 | 
			
		||||
 
 | 
			
		||||
@@ -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).
 | 
			
		||||
 | 
			
		||||
**Recommends**: [Plantlife Modpack](https://github.com/minetest-mods/plantlife_modpack), 
 | 
			
		||||
[More Trees](https://github.com/minetest-mods/moretrees)
 | 
			
		||||
**Recommends**: [Plantlife Modpack](https://github.com/mt-mods/plantlife_modpack), 
 | 
			
		||||
[More Trees](https://github.com/mt-mods/moretrees)
 | 
			
		||||
 | 
			
		||||
**API**: This mod supplies a small number of very powerful functions. They are, briefly:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user