Skip to content

Release version 0.1.0

Compare
Choose a tag to compare
@gaurav-nelson gaurav-nelson released this 03 Apr 05:25
· 145 commits to master since this release
59abf54

GitHub Action - Markdown link check 馃敆鉁旓笍

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

image

Sample workflow

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

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

Sample log

image