sb2nov / mac-setup

Installing Development environment on macOS
https://sourabhbajaj.com/mac-setup/
Other
7.15k stars 1.02k forks source link

Use Github action for link validator #325

Closed simeg closed 3 years ago

simeg commented 3 years ago

I figured out how to use urlsup with a decent API so we can migrate away from Travis CI and instead use Github actions.

After this PR is merged:

cc @sb2nov @hugovk [at]anyone else that has input

sb2nov commented 3 years ago

Thanks for the migration and Happy New Year!!

simeg commented 3 years ago

@sb2nov Happy new year to you too!

@hugovk I'm merging this now, feel free to update the README if you have a suggestion for different formatting.

simeg commented 3 years ago

@sb2nov Can you delete the health-check branch? I don't have permission because it's a protected branch.

Unmark it as protected branch then run

git push --delete origin health-check

🙏

sb2nov commented 3 years ago

Done. Delete the branch.

On Sat, Jan 2, 2021 at 1:26 AM Simon Egersand notifications@github.com wrote:

@sb2nov https://github.com/sb2nov Can you delete the health-check branch? I don't have permission because it's a protected branch.

Unmark it as protected branch then run

git push --delete origin health-check

🙏

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sb2nov/mac-setup/pull/325#issuecomment-753451639, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALSRU3AV7Z4J5JGZOB4EQDSX3RCXANCNFSM4VMC2SFQ .

hugovk commented 3 years ago

README looks good. Let's also delete the Travis cron, and can disable it too.

Happy new year!