Skip to content

Commit

Permalink
docs(workflows): Add PR link check
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeeu committed Oct 13, 2023
1 parent db84da5 commit 3471cd4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR Link Check

on: [pull_request]

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'

0 comments on commit 3471cd4

Please sign in to comment.