Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add Markdown link checker to code quality workflow (#44)
# Pull Request ## Description This change introduces a new workflow to check Markdown links in the repository. The key updates include: 1. Added a new configuration file `.github/other-configurations/.linkspector.yml` for the link checking tool. This file specifies: - Directories to scan: root and docs - Files to exclude: CHANGELOG.md - Acceptable HTTP status code: 200 2. Updated the `.github/workflows/code-quality.yml` file to include a new job called "Check Markdown links". This job: - Uses the UmbrellaDocs/[email protected] action - Configures the action with the newly added .linkspector.yml file - Sets up GitHub PR review reporting - Fails the workflow if any broken links are found This addition will help maintain the integrity of documentation and references throughout the project by automatically checking for broken links in Markdown files. fixes #40
- Loading branch information