Skip to content

doc: add markdownlint badge #16

doc: add markdownlint badge

doc: add markdownlint badge #16

Workflow file for this run

name: markdown-link-check
on:
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-path: './index.md, ./README.md'