This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/master by this push:
new b91ebc4 update markdown lint check (#382)
b91ebc4 is described below
commit b91ebc46010ba6a46b251d4df54190c3b64f2db8
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Jan 12 07:20:02 2026 -0500
update markdown lint check (#382)
---
.github/workflows/dead-link-checker.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dead-link-checker.yaml
b/.github/workflows/dead-link-checker.yaml
index e1fa0e8..eb942bf 100644
--- a/.github/workflows/dead-link-checker.yaml
+++ b/.github/workflows/dead-link-checker.yaml
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- - uses: gaurav-nelson/github-action-markdown-link-check@v1
+ - uses:
tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'