Skip to content

Commit

Permalink
[CI] add a job to check for broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Kieske <[email protected]>
  • Loading branch information
artificial-intelligence committed Dec 8, 2023
1 parent c763d2b commit f93b0ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Markdown links
on:
push:

jobs:
markdown-link-check:
name: Markdown Link Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'

0 comments on commit f93b0ba

Please sign in to comment.