Skip to content

Commit 1bf56a7

Browse files
committed
Migrated from markdown-lint-checker to lychee action
1 parent 9f97549 commit 1bf56a7

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/markdown.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7979

8080
- name: Check Links
81-
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2
81+
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
8282
with:
83-
use-quiet-mode: 'no'
84-
use-verbose-mode: 'yes'
85-
config-file: '.github/markdown-link-check.jsonc'
83+
fail: true

.github/workflows/nightly.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ jobs:
3434
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535

3636
- name: Validate Links
37-
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2
37+
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
3838
with:
39-
use-quiet-mode: 'no'
40-
use-verbose-mode: 'yes'
41-
config-file: '.github/markdown-link-check.jsonc'
39+
fail: true
4240

4341
build:
4442
if: github.repository == 'Open-CMSIS-Pack/vscode-cmsis-solution'

0 commit comments

Comments
 (0)