Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

GitHub Actions for broken-link-checker (Find broken links, missing images, etc in your HTML)

License

Notifications You must be signed in to change notification settings

peaceiris/actions-broken-link-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license release GitHub release date

GitHub Actions for broken-link-checker

GitHub Actions for broken-link-checker

Getting started

Create main.workflow

workflow "Main workflow" {
  on = "push"
  resolves = ["broken-link-checker"]
}

action "is-branch-master" {
  uses = "actions/bin/filter@master"
  args = "branch master"
}

action "broken-link-checker" {
  needs = "is-branch-master"
  uses = "peaceiris/actions-broken-link-checker@v0.7.8"
  args = ["https://example.com", "-ro"]
}

License

MIT License - peaceiris/actions-broken-link-checker

About the author

About

GitHub Actions for broken-link-checker (Find broken links, missing images, etc in your HTML)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published