Skip to content

Commit

Permalink
add markdown link check fix sobolevbel#51
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtodor committed Jun 22, 2022
1 parent b84d481 commit 197bac5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/markdown_lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check Markdown links

on:
push:
paths:
- "**.md"
- ".github/workflows/markdown_lint.yaml"


jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'

0 comments on commit 197bac5

Please sign in to comment.