Skip to content

Commit

Permalink
[CI] Add check-links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Feb 19, 2025
1 parent 4ff5fb3 commit 32cf683
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Check Markdown links

on:
workflow_dispatch:
push:
paths:
- '.github/workflows/check-links.yml'
- '**/*.md'

pull_request:
paths:
- '.github/workflows/check-links.yml'
- '**/*.md'

jobs:
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: 'yes'

0 comments on commit 32cf683

Please sign in to comment.