Skip to content

Check Website Links

Check Website Links #6

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
# https://github.com/ScholliYT/Broken-Links-Crawler-Action
name: "Check Website Links"
on:
workflow_dispatch: # allow manual trigger
push:
branches: "*"
jobs:
website-links:
name: "Check for broken links"
runs-on: "ubuntu-latest"
steps:
- name: "Check for broken links"
uses: ScholliYT/Broken-Links-Crawler-Action@v3
with:
website_url: 'https://wordpress.org/plugins/lumiere-movies/,https://github.com/jcvignoli/lumiere-movies'
include_url_prefix: 'https://wordpress.org/plugins/lumiere-movies/,https://github.com/jcvignoli/lumiere-movies'
resolve_before_filtering: 'true'
exclude_url_prefix: 'mailto:,data:'
verbose: 'warning'
max_retry_time: 30
max_retries: 3
max_depth: 2