Skip to content

Commit

Permalink
Check markdown urls return HTTP 200 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Sep 15, 2023
1 parent 960abc3 commit d66e064
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check-markdown-links.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
3 changes: 3 additions & 0 deletions changelog/Fpjb9hKgT9i9GiLeK123SA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
audience: general
level: silent
---

0 comments on commit d66e064

Please sign in to comment.