Skip to content

Replace deprecated markdown-link-check with maintained version#226

Merged
klieret merged 4 commits intoSWE-agent:mainfrom
0xba1a:bala/fix_link_check
Aug 5, 2025
Merged

Replace deprecated markdown-link-check with maintained version#226
klieret merged 4 commits intoSWE-agent:mainfrom
0xba1a:bala/fix_link_check

Conversation

@0xba1a
Copy link
Contributor

@0xba1a 0xba1a commented Jul 29, 2025

No description provided.

@0xba1a
Copy link
Contributor Author

0xba1a commented Jul 30, 2025

Full link check can be found at https://github.com/0xba1a/SWE-ReX/actions/runs/16611334659/job/46994858731

Cannot find mlc_config.json
NOTE: See https://github.com/tcort/markdown-link-check#config-file-format to know more about
customizing markdown-link-check by using a configuration file.
USE_QUIET_MODE: yes
USE_VERBOSE_MODE: yes
FOLDER_PATH: .
MAX_DEPTH: -1
CHECK_MODIFIED_FILES: no
FILE_EXTENSION: .md
FILE_PATH: 
+ find . -name '*.md' -not -path './node_modules/*' -exec markdown-link-check '{}' -q -v ';'
+ set +x
=========================> MARKDOWN LINK CHECK <=========================

[✔] All links are good!

=========================================================================

@klieret
Copy link
Member

klieret commented Jul 30, 2025

Will take a look tmr!

(I think you need to specify config-path to .github/mlc_config.json to avoid the "Cannot find mlc_config.json")

@0xba1a
Copy link
Contributor Author

0xba1a commented Jul 30, 2025

Will take a look tmr!

(I think you need to specify config-path to .github/mlc_config.json to avoid the "Cannot find mlc_config.json")

Fixed it.

Using markdown-link-check configuration file: .github/mlc_config.json
USE_QUIET_MODE: yes
USE_VERBOSE_MODE: yes
FOLDER_PATH: .
MAX_DEPTH: -1
CHECK_MODIFIED_FILES: no
FILE_EXTENSION: .md
FILE_PATH: 
+ find . -name '*.md' -not -path './node_modules/*' -exec markdown-link-check '{}' --config .github/mlc_config.json -q -v ';'
+ set +x
=========================> MARKDOWN LINK CHECK <=========================

[✔] All links are good!

=========================================================================

@klieret klieret merged commit e99e680 into SWE-agent:main Aug 5, 2025
3 of 5 checks passed
@klieret
Copy link
Member

klieret commented Aug 5, 2025

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants