This commit is contained in:
		
							
								
								
									
										16
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
kind: pipeline
 | 
			
		||||
type: docker
 | 
			
		||||
name: default
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- name: shellcheck
 | 
			
		||||
  image: ubuntu:18.04
 | 
			
		||||
  commands:
 | 
			
		||||
  - apt update && apt upgrade -y && apt install -y shellcheck
 | 
			
		||||
  - for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done;
 | 
			
		||||
  - shellcheck --format=gcc woolsey
 | 
			
		||||
  - shellcheck --format=gcc remoteapp
 | 
			
		||||
 | 
			
		||||
trigger:
 | 
			
		||||
  branch:
 | 
			
		||||
  - master
 | 
			
		||||
		Reference in New Issue
	
	Block a user