1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-19 21:10:15 +02:00

Clean repo before running goreleaser because it's insanely pedantic.

This commit is contained in:
Alec Thomas 2019-03-25 15:12:11 +11:00
parent 564f7d393f
commit 38460d1881

View File

@ -4,6 +4,7 @@ script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.10.2
- ./bin/golangci-lint run
- git clean -fdx .
after_success:
go get github.com/goreleaser/goreleaser && goreleaser