Skip to content

Broken Web Link Checker

Actions
This action traverses all of the pages of a given website and checks to see if they are valid working links
1.0.3
Latest
Star (6)

Broken Link Checker Action

This action trawls a deployed website and crawls the site looking for broken links before producing a report.

This uses the raviqqe/muffet tool in order to rapidly crawl a website for these broken links.

This task will fail should there be any broken links present and it will output the results to stdout.

Inputs

url

Required The root URL of the website you wish to check.

Example Usage

broken_link_checker_job:
  runs-on: ubuntu-latest
  name: Check for broken links
  steps:
  - name: Check for broken links
    id: link-report
    uses: elliotforbes/[email protected]
    with:
      url: 'https://tutorialedge.net'

Broken Web Link Checker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action traverses all of the pages of a given website and checks to see if they are valid working links
1.0.3
Latest

Broken Web Link Checker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.