mirror of
				https://github.com/D00Med/scifi_nodes.git
				synced 2025-11-03 23:45:25 +01:00 
			
		
		
		
	Merge pull request #26 from D00Med/github-actions
switch to github actions for luacheck
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/luacheck.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/luacheck.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
name: luacheck
 | 
			
		||||
 | 
			
		||||
on: [push]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v1
 | 
			
		||||
    - 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 ./
 | 
			
		||||
							
								
								
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -1,12 +0,0 @@
 | 
			
		||||
language: generic
 | 
			
		||||
sudo: false
 | 
			
		||||
addons:
 | 
			
		||||
  apt:
 | 
			
		||||
    packages:
 | 
			
		||||
    - luarocks
 | 
			
		||||
before_install:
 | 
			
		||||
  - luarocks install --local luacheck
 | 
			
		||||
script:
 | 
			
		||||
- $HOME/.luarocks/bin/luacheck --no-color .
 | 
			
		||||
notifications:
 | 
			
		||||
  email: false
 | 
			
		||||
		Reference in New Issue
	
	Block a user