1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/www/htmltest.yml
Carlos Alexandro Becker 42c6b8b7a8
chore(ci): use htmltest action (#2303)
* feat: use htmltest action

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: config

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-06-16 16:01:19 -03:00

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": "*/*"