cnoe-io / idpbuilder

Spin up a complete internal developer platform with only Docker required as a dependency.
https://cloud-native.slack.com/archives/C05TN9WFN5S
Apache License 2.0
149 stars 45 forks source link

Adding GitHub Workflow for Markdown Links #312

Closed elamaran11 closed 1 week ago

elamaran11 commented 1 week ago

This PR is to add a new GitHub Actions workflow which checks on the Markdowns for broken links and report the same as part of GitHub Actions in PRs.

nabuskey commented 1 week ago

Thanks for this. Although I think there are values for such validations, I don't think I want to introduce this to the repo. We only have one markdown file, and such check seems unnecessary for the most things linked in the file. I also do not want to introduce direct dependencies to a JS package without going through GH actions interfaces.

nimakaviani commented 1 week ago

lets start with cnoe-io/website first. That repo can certainly benefit from this.

we can close this for now and revisit if the number of markdown docs starts growing.

elamaran11 commented 1 week ago

Added this GH Action to cnoe-io/website. Closing this.