Compare commits

...
6 Commits
Author SHA1 Message Date
aias00 d84bf40c50 Merge branch 'master' into fix/parallel_ci 2025-06-29 20:20:19 +08:00
liuhy 1428fc2a0c Merge branch 'fix/parallel_ci' of https://github.com/apache/hertzbeat into fix/parallel_ci 2025-06-29 15:40:32 +08:00
liuhy 02ff3e72ad exclude_files 2025-06-29 15:39:59 +08:00
Calvin c954f6e439 Merge branch 'master' into fix/parallel_ci 2025-06-29 15:16:17 +08:00
liuhy 95e1f82700 parallel ci, test 2025-06-29 15:10:36 +08:00
liuhy 2116df0b6b parallel ci 2025-06-29 15:03:19 +08:00
2 changed files with 4 additions and 6 deletions
+3 -5
View File
@@ -49,11 +49,9 @@ jobs:
- name: Dead Link Check
run: |
sudo npm install -g markdown-link-check@3.8.7
for file in $(find ./home -name "*.md"); do
if ! grep -Fxq "$file" ./script/ci/exclude_files.txt; then
markdown-link-check -c ./script/ci/link_check.json -q "$file"
fi
done
find ./home -name "*.md" > all_md_files.txt
grep -vFf ./script/ci/exclude_files.txt all_md_files.txt > to_check.txt
xargs -P 8 -a to_check.txt -I{} markdown-link-check -c ./script/ci/link_check.json -q "{}"
- name: NPM INSTALL
working-directory: home
+1 -1
View File
@@ -5,7 +5,7 @@ sidebar_label: Apache ShenYu
keywords: [open source monitoring tool, open source apache shenyu monitoring tool, monitoring apache shenyu metrics]
---
> monitor ShenYu running status(JVM-related), include request response and other related metrics.
> monitor ShenYu running status (JVM-related), include request response and other related metrics.
## Pre-monitoring operations