mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-13 20:16:30 +00:00
82fd65665f
bidichk checks for dangerous unicode character sequences (https://github.com/golangci/golangci-lint/pull/2330)
7 lines
128 B
YAML
7 lines
128 B
YAML
language: go
|
|
go:
|
|
- "1.15"
|
|
before_script:
|
|
- go get github.com/mattn/goveralls
|
|
after_script:
|
|
- goveralls -service=travis-ci
|