mirror of
				https://github.com/alecthomas/chroma.git
				synced 2025-10-30 23:57:49 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			277 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			277 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sudo: false
 | |
| language: go
 | |
| script:
 | |
|   - go test -v ./...
 | |
|   - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.15.0
 | |
|   - ./bin/golangci-lint run
 | |
|   - git clean -fdx .
 | |
| after_success:
 | |
|   curl -sL https://git.io/goreleaser | bash && goreleaser
 | |
| 
 |