mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
42c6b8b7a8
* feat: use htmltest action Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: config Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
15 lines
329 B
YAML
15 lines
329 B
YAML
IgnoreURLs:
|
|
- www.google-analytics.com
|
|
- fonts.gstatic.com
|
|
- opencollective.com
|
|
- https://gitlab.com/profile/personal_access_tokens
|
|
- https://twitter.com/goreleaser
|
|
IgnoreDirs:
|
|
- overrides
|
|
IgnoreDirectoryMissingTrailingSlash: true
|
|
IgnoreAltMissing: true
|
|
ExternalTimeout: 60
|
|
HTTPHeaders:
|
|
"Range": "bytes=0-10"
|
|
"Accept": "*/*"
|