contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.37k stars 102 forks source link

Add github action to check links in the documentation and root #1331

Closed Yaraslaut closed 8 months ago

Yaraslaut commented 9 months ago

Use https://github.com/TechWiz-3/linksafe to verify that links are working

Waiting for : https://github.com/TechWiz-3/linksafe/issues/12

christianparpart commented 9 months ago

Can we do a workaround until https://github.com/TechWiz-3/linksafe/issues/12 is fixed? :)

Yaraslaut commented 9 months ago

Can we do a workaround until https://github.com/TechWiz-3/linksafe/issues/12 is fixed? :)

Yes, I think we can workaround this

christianparpart commented 8 months ago

NB: we can't check links in scripts/ folder because the checker does not detect which links NOT to check (because they are composed programmatically). But that doesn't matter too much, because the install-deps.{sh,ps1} scripts at least would fail big time on CI if there would be a problem.