Skip to content

Commit

Permalink
ci(github): Change to Linkspector for checking Markdown link
Browse files Browse the repository at this point in the history
The action for markdown-link-check is not maintained anymore, and the
underlying NPM package as several issues. So give the action [1] for
Linkspector [2] a try instead.

[1]: https://github.com/UmbrellaDocs/action-linkspector
[2]: https://github.com/UmbrellaDocs/linkspector

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Dec 10, 2024
1 parent d448020 commit 837a936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Check Links
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
uses: umbrelladocs/action-linkspector@fc382e19892aca958e189954912fe379a8df270c # v1
with:
base-branch: main
check-modified-files-only: yes
max-depth: 2
use-quiet-mode: yes
fail_on_error: true
markdownlint:
runs-on: ubuntu-24.04
steps:
Expand Down
25 changes: 0 additions & 25 deletions mlc_config.json

This file was deleted.

0 comments on commit 837a936

Please sign in to comment.