-
Notifications
You must be signed in to change notification settings - Fork 93
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
chore(ci): checks for broken links #460
Conversation
.github/workflows/lint.yml
Outdated
use-quiet-mode: 'yes' | ||
use-verbose-mode: 'yes' |
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 combo seems weird at first, but what it does is:
- only show us errors that occur instead of successful links AND errors
- output full HTTP info for broken links
this config seems to be popular among other projects using this tool
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.
I am fine with checking the whole repo for broken links, since a change in a given PR can affect links in parts of the repo that were untouched.
Thanks for thinking about this!!
372644b
to
7d20480
Compare
7d20480
to
f990b6e
Compare
fixes #444 - also includes some fixes for broken links that it found already 😄
note: there is an option to only include files that were changed in the PR that was pushed. we could combo that config option with a daily cron that checks the whole repo for broken links.
fine with the current approach since that's what we talked about in triage but wanted to let folks know of that option :)
i've opened this issue to see if there is a way to exclude our nested
node_modules
directories from the ambitious link checker