-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Add link checker #993
Labels
T11-documentation
This PR/Issue is related to documentation.
Comments
This was referenced Aug 14, 2023
the-right-joyce
added
T11-documentation
This PR/Issue is related to documentation.
and removed
I6-documentation
labels
Aug 25, 2023
Merged
ggwpez
added a commit
that referenced
this issue
Oct 16, 2023
Adding link checker to the CI (closes #993). It would be nice to have the docs people own this and extend accordingly. Currently all known-bad links are excluded, but we should one-by-one include those as well until all are fixed. This check now ensures that 1) no new broken links are introduced into `.rs` files and 2) that no old links break unnoticed. --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
tdimitrov
pushed a commit
that referenced
this issue
Oct 23, 2023
Adding link checker to the CI (closes #993). It would be nice to have the docs people own this and extend accordingly. Currently all known-bad links are excluded, but we should one-by-one include those as well until all are fixed. This check now ensures that 1) no new broken links are introduced into `.rs` files and 2) that no old links break unnoticed. --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
claravanstaden
pushed a commit
to Snowfork/polkadot-sdk
that referenced
this issue
Dec 8, 2023
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
bkchr
pushed a commit
that referenced
this issue
Apr 10, 2024
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <0xad@gmx.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need a link checker for markdown and Rust. Possibly also Adoc. lychee was used in #134 and could be tried first.
The text was updated successfully, but these errors were encountered: