forked from NationTech/harmony
		
	Clippy is now added to the `check` in the pipeline Co-authored-by: Ian Letourneau <letourneau.ian@gmail.com> Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/96
		
			
				
	
	
		
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| set -e
 | |
| 
 | |
| cargo check --all-targets --all-features --keep-going
 | |
| cargo fmt --check
 | |
| cargo clippy
 | |
| cargo test
 |