Skip to content

Commit

Permalink
Fix markdown check test (#127)
Browse files Browse the repository at this point in the history
* fix markdown file

* fix typo

* update config file

* move

* update

* update
  • Loading branch information
dsikka authored Aug 29, 2024
1 parent 90b319c commit d0c60c5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: umbrelladocs/action-linkspector@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
config_file: '.github/workflows/linkspector/linkspector.yml'
10 changes: 10 additions & 0 deletions .github/workflows/linkspector/linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
aliveStatusCodes:
- 0
- 200
ignorePatterns:
- pattern: '.*localhost.*'
- pattern: '.*127\\.0\\.0\\.1.*'
- pattern: '.*0\\.0\\.0\\.0.*'
dirs:
- .
useGitIgnore: true
17 changes: 0 additions & 17 deletions .github/workflows/mlc-config.json

This file was deleted.

0 comments on commit d0c60c5

Please sign in to comment.