forked from minetest-mods/irc
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			612a94bbf1
			...
			0f46251d00
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0f46251d00 | |||
|  | ceb40e2bb3 | 
							
								
								
									
										11
									
								
								.github/workflows/check-release.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/check-release.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | |||||||
|  | on: [push, pull_request] | ||||||
|  | name: Check & Release | ||||||
|  | jobs: | ||||||
|  |   lint: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - uses: actions/checkout@master | ||||||
|  |       - name: lint | ||||||
|  |         uses: Roang-zero1/factorio-mod-luacheck@master | ||||||
|  |         with: | ||||||
|  |           luacheckrc_url: https://raw.githubusercontent.com/minetest-mods/irc/master/.luacheckrc | ||||||
| @@ -2,7 +2,7 @@ | |||||||
| allow_defined_top = true | allow_defined_top = true | ||||||
|  |  | ||||||
| read_globals = { | read_globals = { | ||||||
| 	"minetest", | 	"minetest" | ||||||
| } | } | ||||||
|  |  | ||||||
| exclude_files = { | exclude_files = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user