Skip to content

chore: add CI to spellcheck and flag broken links#3

Merged
paolodamico merged 4 commits intomainfrom
ci-check
Sep 3, 2025
Merged

chore: add CI to spellcheck and flag broken links#3
paolodamico merged 4 commits intomainfrom
ci-check

Conversation

@paolodamico
Copy link
Copy Markdown
Contributor

Mostly AI-generated. Pretty cool.

@paolodamico paolodamico requested a review from Copilot August 7, 2025 20:12
Copy link
Copy Markdown
Contributor

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.

Pull Request Overview

This PR adds CI pipeline for quality checks including spellchecking and broken link detection to improve documentation maintenance.

  • Adds GitHub Actions workflow to run spellcheck and broken link validation on PRs and main branch pushes
  • Integrates cspell for spellchecking with comprehensive configuration for tech-specific terms and file patterns
  • Sets up VS Code extension recommendations for consistent developer experience

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

File Description
package.json Adds spellcheck and check-links scripts with cspell dependency
cspell.json Configures spellcheck with custom words, ignore patterns, and dictionaries
.vscode/extensions.json Recommends Code Spell Checker extension for VS Code
.github/workflows/ci.yml Sets up CI workflow with pnpm and quality check jobs
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@paolodamico paolodamico merged commit a7fdc26 into main Sep 3, 2025
1 check passed
@paolodamico paolodamico deleted the ci-check branch September 3, 2025 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants