Skip to content

Commit

Permalink
Add check for dead-links
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jul 7, 2024
1 parent f8e5cc5 commit 5e17ab0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fetch Repository
uses: actions/checkout@v4

- uses: DavidAnson/markdownlint-cli2-action@v16
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
**/*.md
- name: Markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit 5e17ab0

Please sign in to comment.