6 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
set -ev
 | 
						|
 | 
						|
tools/lint --skip=gitlint
 | 
						|
tools/run-mypy
 |