Skip to content

Commit

Permalink
Merge pull request #350 from WyriHaximus/markdown-check-links
Browse files Browse the repository at this point in the history
Check for broken links in markdown
  • Loading branch information
WyriHaximus committed Jan 13, 2021
2 parents 5aa0d55 + 4a09989 commit 9ac68ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/markdown-check-links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Markdown links

on:
push:
pull_request:

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit 9ac68ae

Please sign in to comment.