R2Northstar / NorthstarWiki

Wiki covering installation, hosting and configuration of Northstar
https://r2northstar.gitbook.io/
MIT License
34 stars 54 forks source link

Run linkcheck on push #239

Closed GeckoEidechse closed 1 year ago

GeckoEidechse commented 1 year ago

Checks whether any links in markdown files in a push or pull request are broken to prevent cases like #229, #219, #192, #191, #182, #176, #153, #145, #93, and #81

Note that this currently uses https://github.com/gaurav-nelson/github-action-markdown-link-check and NOT https://github.com/Michael-F-Bryan/mdbook-linkcheck

GeckoEidechse commented 1 year ago

Aight, this is working as it should now :D

itscynxx commented 1 year ago

The links do be checkin

Seems to work, past commits that were meant to make it fail seemed to, maybe we'll finally stop having broken links for months at a time now lol

We even get to exempt links which is nice

Heavily in favor of this being merged