Skip to content

Commit

Permalink
add check md links
Browse files Browse the repository at this point in the history
  • Loading branch information
thong-phn committed Feb 12, 2024
1 parent 4917741 commit 2e3c981
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Markdown links
on: push

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'
config-file: './.github/workflows/mlc_config.json'
9 changes: 9 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ignorePatterns": [
{
"pattern": "(.*\\.)?github.com*"
}
],
"retryOn429": true,
"aliveStatusCodes": [200, 206]
}

0 comments on commit 2e3c981

Please sign in to comment.