-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add nightly link checks #686
Conversation
.github/scripts/muffet.sh
Outdated
@@ -1,6 +1,6 @@ | |||
#!/bin/bash | |||
|
|||
# This script is used in Github Actions to do link checking on commits to branches and main, so | |||
# This script is used in Github Actions to do link checking on commits to branches and master, so |
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.
main
, right?
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.
@garethbowen - big bummer is we can't test it 'til it's in
For initial launch, we'll just post to Slack. First couple of runs will spam the channel, but it should quiet down after we tend to the 404ed links. I thought this was easier than creating a ticket and then checking if the ticket existed and not create dupe etc. |
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.
Awesome work! Go for it.
per #366