mlc 0.22.0

The markup link checker (mlc) checks for broken links in markup files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: 'Markup Link Checker (mlc)'
description: 'Check links in markup files'
inputs:
  args:
    description: 'arguments'
    default: './'
runs:
  using: 'docker'
  image: 'GithubAction-Dockerfile'
branding:
  icon: 'link'  
  color: 'green'