mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-03 01:53:46 +00:00 
			
		
		
		
	Follow: https://github.com/typicode/husky-4-to-8 - npm install husky --save-dev - npx husky-init - npm exec -- github:typicode/husky-4-to-8 --remove-v4-config
		
			
				
	
	
		
			5 lines
		
	
	
		
			68 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			68 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env sh
 | 
						|
. "$(dirname -- "$0")/_/husky.sh"
 | 
						|
 | 
						|
npm run format
 |