mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
50dc3c8b29
Resolves an issue whereby background colors were written to the terminal output when colorization was applied.
10 lines
277 B
YAML
10 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.20.0
|
|
- ./bin/golangci-lint run
|
|
- git clean -fdx .
|
|
after_success:
|
|
curl -sL https://git.io/goreleaser | bash && goreleaser
|
|
|