-
Notifications
You must be signed in to change notification settings - Fork 137
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
docs: Add all md files in root dir to linkchecker #1461
Closed
Closed
Changes from 4 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
54a9aae
Add all md files in root dir to linkchecker
p-offtermatt fd15223
Add whole repo to linkchecker
p-offtermatt 556b1db
Fix links
p-offtermatt b54981e
Fix link: into -> intro
p-offtermatt 00448e0
Remove excluded folders in the linkchecker workflow
p-offtermatt c4d05a5
Revert changes to .changelog folder
p-offtermatt c4ed126
Ignore links to .changelog directory and utilize config file
p-offtermatt 6c1b3be
Check repo root and docs/docs separately
p-offtermatt 9ab806c
Change job names
p-offtermatt fd6a90c
Merge branch 'main' into ph/linkchecker
p-offtermatt 96ed736
Add back trigger condition for link checker
p-offtermatt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.changelog/unreleased/features/provider/1340-cryptographic-equivocation-feature.md
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should ignore the .changelog folder when we check .md links. We already check the results, i.e., |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Introduce the cryptographic verification of equivocation feature to the provider | ||
(cf. [ADR-005](/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md) | ||
& [ADR-013](/docs/docs/adrs/adr-013-equivocation-slashing.md)). | ||
(cf. [ADR-005](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md) | ||
& [ADR-013](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-013-equivocation-slashing.md)). | ||
([\#1340](https://github.com/cosmos/interchain-security/pull/1340)) |
4 changes: 2 additions & 2 deletions
4
...g/unreleased/state-breaking/provider/1340-cryptographic-equivocation-feature.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Introduce the cryptographic verification of equivocation feature to the provider | ||
(cf. [ADR-005](/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md) | ||
& [ADR-013](/docs/docs/adrs/adr-013-equivocation-slashing.md)). | ||
(cf. [ADR-005](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md) | ||
& [ADR-013](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-013-equivocation-slashing.md)). | ||
([\#1340](https://github.com/cosmos/interchain-security/pull/1340)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,4 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
# Checks the status of hyperlinks in *.md files in docs/ | ||
- uses: gaurav-nelson/[email protected] | ||
with: | ||
folder-path: "docs" | ||
file-path: './README.md' | ||
- uses: gaurav-nelson/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will end up in
CHANGELOG.md
and then the links will be broken. You can test that by runningunclog build > CHANGELOG.md
.