This commit is contained in:
		
							parent
							
								
									d013eb694b
								
							
						
					
					
						commit
						fab17af07a
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
name: lint and build
 | 
					name: lint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: pylint
 | 
					- name: pylint
 | 
				
			||||||
| 
						 | 
					@ -25,6 +25,11 @@ steps:
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
    - mdl --style all --warnings .
 | 
					    - mdl --style all --warnings .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					kind: pipeline
 | 
				
			||||||
 | 
					name: build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					steps:
 | 
				
			||||||
- name: build image
 | 
					- name: build image
 | 
				
			||||||
  image: docker:stable
 | 
					  image: docker:stable
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue