Skip to content

Commit

Permalink
Implemented workflow to check markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Sep 19, 2023
1 parent 0c623b5 commit 6c3dd31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/md_link_check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check markdown links

on:
push:
workflow_dispatch:

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'
use-verbose-mode: 'yes'

0 comments on commit 6c3dd31

Please sign in to comment.