Link Validator with YAML
YAML parameters for Link Validator
Name | Type | Description |
---|
action
Required | String | The name of the action. |
type
Required | String | The type of the action. Should be set to LINK_VALIDATOR . |
website
Required | String | The address of the site to be checked by the validator. |
depth
Required | Integer | Maximum crawl depth. By default it is set to 1. If depth = 0, only the main page will be audited. |
ignored_prefixes | String[] | The list of URLs with prefixes that will be ignored. |
YAML example for Link Validator
actions:
- action: "Link validator"
type: "LINK_VALIDATOR"
website: "https://buddy.works"
trigger_condition: "ALWAYS"
depth: 1
ignored_prefixes:
- "https://buddy.works/assets"
Sign up for Buddy Digest
Best practices on CI/CD and fresh changelogs delivered weekly to your inbox.