ci: Replace markdown-link-check with Linkspector

Ref. gaurav-nelson/github-action-markdown-link-check@7d83e59a57
This commit is contained in:
Antoine Cotten
2024-10-07 14:59:42 +02:00
parent 39bf7d6ee6
commit 4cc9ac7262
4 changed files with 8 additions and 8 deletions

View File

@@ -18,12 +18,14 @@ jobs:
- uses: actions/checkout@v4
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
uses: UmbrellaDocs/action-linkspector@v1
with:
config-file: .github/workflows/mlc_config.json
config_file: .github/workflows/lint/linkspector.yml
fail_on_error: 'true'
filter_mode: nofilter
- name: Lint
uses: avto-dev/markdown-lint@v1
with:
args: '**/*.md'
config: .github/workflows/lint/markdown.yaml
config: .github/workflows/lint/markdown.yml

View File

@@ -0,0 +1,3 @@
dirs: [ . ]
ignorePatterns:
- pattern: '^http:\/\/localhost:'

View File

@@ -1,5 +0,0 @@
{
"ignorePatterns": [
{ "pattern": "^http:\/\/localhost:" }
]
}