Compare commits
	
		
			1 commit
		
	
	
		
			master
			...
			shellcheck
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7ee7793c47 | 
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -23,6 +23,13 @@ steps:
 | 
			
		|||
  commands:
 | 
			
		||||
  - mdl --style all --warnings .
 | 
			
		||||
 | 
			
		||||
- name: shellcheck
 | 
			
		||||
  image: koalaman/shellcheck
 | 
			
		||||
  environment:
 | 
			
		||||
    WORKDIR: /drone/src
 | 
			
		||||
  commands:
 | 
			
		||||
  - shellcheck *.sh
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
name: unit tests
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue