Skip to content

Commit

Permalink
Markdown links CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jan 24, 2023
1 parent a5e4dd6 commit 976e87c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/markdown-links-ci-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Markdown links

on: push

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes

0 comments on commit 976e87c

Please sign in to comment.