-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix url checker #3688
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
Merged
Merged
Fix url checker #3688
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2ba8e8d
Fix url checker
Diolor ff08ffb
Update away from deprecated link-checker action
Diolor 0bf2d7f
Merge branch 'master' into fix-urls
Diolor c8e5771
Remove some urls
Diolor 8d7f429
Merge remote-tracking branch 'origin/fix-urls' into fix-urls
Diolor cddc0dc
Temporarily remove params
Diolor 8fb9d84
Temporarily remove params
Diolor 815293f
Merge remote-tracking branch 'origin/fix-urls' into fix-urls
Diolor bb5d20c
Intentionally break things
Diolor 2800e1d
Bump version
Diolor 683cfd1
Revert version
Diolor c8f779c
Test fix
Diolor ca7ffe7
Revert deprecated linter
Diolor d20a873
Verify fix
Diolor 0e1c6b4
No depth need
Diolor 01565c2
Capitalize!
Diolor 23c8c06
Fix use
Diolor ddcb6b2
Fix use 1.1
Diolor f10da65
revert check-modified-files-only
Diolor d7ec1f7
Update link check
Diolor 77a87f8
Fix images
Diolor ef78f0e
Typos
Diolor 992d024
Sanity check
Diolor 27c5e72
Revert sanity check
Diolor e873af6
Bonus: fix few prominent link errors
Diolor 5959c99
Bonus: fix few prominent link errors
Diolor 1c9585c
Merge remote-tracking branch 'origin/fix-urls' into fix-urls
Diolor 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 hidden or 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 hidden or 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,21 +1,16 @@ | ||
| name: URL Checker (PR) | ||
|
|
||
| on: | ||
| pull_request: | ||
| on: [pull_request] | ||
|
|
||
| jobs: | ||
| markdown-link-check: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| fetch-depth: 1 | ||
| - name: link-check | ||
| uses: gaurav-nelson/github-action-markdown-link-check@v1 | ||
| - name: URL Link Check | ||
| uses: Diolor/github-action-markdown-link-check@1.3 | ||
| with: | ||
| use-quiet-mode: 'yes' | ||
| use-verbose-mode: 'yes' | ||
| config-file: '.github/workflows/config/url-checker-config.json' | ||
| folder-path: '.' | ||
| check-modified-files-only: 'yes' | ||
| #check-modified-files-only: 'yes' | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.