Skip to content

Commit

Permalink
Create markdown-link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmeng-xue authored Nov 13, 2023
1 parent 4f0caae commit fe6468b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Markdown Links Check

on: [push, 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'
config-file: '.github/workflows/mlc_config.json'

0 comments on commit fe6468b

Please sign in to comment.