mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-04 03:27:23 -05:00 
			
		
		
		
	Perform gofmt -s check
This commit is contained in:
		
							parent
							
								
									f4c729bd22
								
							
						
					
					
						commit
						eb279e7e8a
					
				@ -20,5 +20,6 @@ install:
 | 
				
			|||||||
  - go get golang.org/x/tools/cmd/vet
 | 
					  - go get golang.org/x/tools/cmd/vet
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
 | 
					  - [ -z "$(find -name "*.go" | xargs gofmt -s -l)" ] || exit 1
 | 
				
			||||||
  - go vet ./...
 | 
					  - go vet ./...
 | 
				
			||||||
  - go test ./...
 | 
					  - go test ./...
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user