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

peaceiris/actions-broken-link-checker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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