mirror of
				https://github.com/minetest-mods/moreblocks.git
				synced 2025-11-04 07:25:29 +01:00 
			
		
		
		
	luacheck...
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,11 +13,7 @@ jobs:
 | 
			
		||||
        run: luarocks install --local luacheck
 | 
			
		||||
 | 
			
		||||
      - name: luacheck moreblocks
 | 
			
		||||
        run: |
 | 
			
		||||
          pre-commit run --all-files
 | 
			
		||||
          $HOME/.luarocks/bin/luacheck -q ./moreblocks
 | 
			
		||||
        run: $HOME/.luarocks/bin/luacheck -q ./moreblocks
 | 
			
		||||
 | 
			
		||||
      - name: luacheck stairsplus
 | 
			
		||||
        run: |
 | 
			
		||||
          pre-commit run --all-files
 | 
			
		||||
          $HOME/.luarocks/bin/luacheck -q ./stairsplus
 | 
			
		||||
      - name: luacheck stairsplus (expected to fail until more work is done)
 | 
			
		||||
        run: $HOME/.luarocks/bin/luacheck -q ./stairsplus
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user