Open BaseMax opened 2 months ago
ERROR: 1 dead links found in README.md !
[✖] https://raw.githubusercontent.com/SalamLang/Salam/main/assets/logo-box.svg → Status: 404
fixed by: git commit --no-verify -m "update"
but we still need to check:
(node:9540) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Please check it mate @jbampton
refs #190
Seems you might have the wrong settings for your Git line endings ??
Next time you can still run the hooks and just skip the markdown-link-check
hook:
SKIP=markdown-link-check git commit -m "foo"