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:
parent
564f7d393f
commit
38460d1881
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user