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 ad3c21a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/md_link_check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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'
config-file: 'md_link_check_config.json'

0 comments on commit ad3c21a

Please sign in to comment.