Check all links in markdown files if they are alive or dead. 🔗✔️
Go to file
2019-04-03 15:18:58 +10:00
.github Update workflow title 2019-04-03 15:18:58 +10:00
Dockerfile Check markdown files 2019-04-03 15:16:17 +10:00
entrypoint.sh Check markdown files 2019-04-03 15:16:17 +10:00
LICENSE Initial commit 2019-03-30 21:54:25 +10:00
README.md Check markdown files 2019-04-03 15:16:17 +10:00

GitHub Action - Markdown link check 🔗✔️

This GitHub action checks all Markdown files in your repository for broken links. (Uses tcort/markdown-link-check)

Sample workflow

workflow "New workflow" {
  on = "push"
  resolves = ["markdown-link-check"]
}

action "markdown-link-check" {
  uses = "./"
}

www.google.com

This is a broken link