Skip to content

Commit

Permalink
ci: Replace markdown-link-check with Linkspector
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Oct 7, 2024
1 parent 39bf7d6 commit 4cc9ac7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions .github/workflows/lint/linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dirs: [ . ]
ignorePatterns:
- pattern: '^http:\/\/localhost:'
File renamed without changes.
5 changes: 0 additions & 5 deletions .github/workflows/mlc_config.json

This file was deleted.

0 comments on commit 4cc9ac7

Please sign in to comment.