Skip to content
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 GitHub workflow to validate documentation links and check for broken URLs #78

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

elbruno
Copy link
Collaborator

@elbruno elbruno commented Feb 27, 2025

Add GitHub workflow to validate documentation links and check for broken URLs

Copy link

👋 Thanks for contributing @elbruno! We will review the pull request and get back to you soon.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR adds a new GitHub workflow for validating documentation links and checking for broken URLs.

  • Introduces three jobs to check broken paths, locale-specific URL issues, and broken URLs.
  • Utilizes the john0isaac/action-check-markdown action to perform validations on markdown files.

Reviewed Changes

File Description
.github/workflows/validate-documentation-links.yml Adds a workflow for validating markdown documentation links.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

.github/workflows/validate-documentation-links.yml:30

  • [nitpick] The guide URL on line 30 uses a lowercase file extension (CONTRIBUTING.md) while the later jobs reference CONTRIBUTING.MD. Consider standardizing the file extension casing across all jobs to ensure consistency, especially if the repository is hosted on a case-sensitive file system.
guide-url: 'https://github.com/microsoft/Phi-3CookBook/blob/main/CONTRIBUTING.md'

@elbruno elbruno merged commit 849429e into main Feb 27, 2025
1 check passed
@elbruno elbruno deleted the bruno-add-ghaction-validate-doc-links branch February 27, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant