Skip to content

Commit

Permalink
feat: add github-action-markdown-link-check
Browse files Browse the repository at this point in the history
  • Loading branch information
vscaiceanu-1a committed Oct 25, 2023
1 parent c0bda14 commit 70abefd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check-md.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Check Markdown links

on: push

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
7 changes: 7 additions & 0 deletions .github/workflows/markdown.links.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://my-web-app.com"
}
]
}

0 comments on commit 70abefd

Please sign in to comment.