Added linting deps to ci
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/drone the build was successful
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/drone the build was successful
				
					Details
				
			
		
	
							parent
							
								
									0eeea1e593
								
							
						
					
					
						commit
						fa5ee06a04
					
				| 
						 | 
					@ -41,6 +41,7 @@ pipeline:
 | 
				
			||||||
            - CARGO_HOME=.cargo
 | 
					            - CARGO_HOME=.cargo
 | 
				
			||||||
        commands:
 | 
					        commands:
 | 
				
			||||||
            - apk add musl-dev postgresql-dev
 | 
					            - apk add musl-dev postgresql-dev
 | 
				
			||||||
 | 
					            - rustup component add rustfmt clippy
 | 
				
			||||||
            - cargo fmt -- --check
 | 
					            - cargo fmt -- --check
 | 
				
			||||||
            # This is run here because it requires compilation
 | 
					            # This is run here because it requires compilation
 | 
				
			||||||
            - cargo clippy --all-targets -- -D warnings
 | 
					            - cargo clippy --all-targets -- -D warnings
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue