Remove useless yaml lint and add useless markdown lint ;-)
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									65d758308e
								
							
						
					
					
						commit
						273c91f552
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -3,10 +3,10 @@ kind: pipeline
 | 
				
			||||||
name: latex
 | 
					name: latex
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: yaml lint
 | 
					- name: markdown lint
 | 
				
			||||||
  image: cytopia/yamllint
 | 
					  image: pipelinecomponents/markdownlint:latest
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - yamllint .drone.yml
 | 
					  - mdl --style all --warnings .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: niccokunzmann/ci-latex
 | 
					  image: niccokunzmann/ci-latex
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue