Skip to content

feat: add CI/CD pipeline with content validation#3

Merged
cameronsjo merged 4 commits intomainfrom
claude/setup-cicd-pipeline-01ETdrptFLHoq4XAT6vbFp3h
Dec 4, 2025
Merged

feat: add CI/CD pipeline with content validation#3
cameronsjo merged 4 commits intomainfrom
claude/setup-cicd-pipeline-01ETdrptFLHoq4XAT6vbFp3h

Conversation

@cameronsjo
Copy link
Owner

  • Add GitHub Actions workflow for PR/push validation
  • Add markdownlint for markdown formatting checks
  • Add frontmatter validation (required fields, valid types/statuses)
  • Add wikilink validation (check all [[links]] resolve)
  • Add spell checking with cspell (non-blocking)
  • Configure package.json with npm scripts for local validation

- Add GitHub Actions workflow for PR/push validation
- Add markdownlint for markdown formatting checks
- Add frontmatter validation (required fields, valid types/statuses)
- Add wikilink validation (check all [[links]] resolve)
- Add spell checking with cspell (non-blocking)
- Configure package.json with npm scripts for local validation
- Fix date formats in all frontmatter (YYYY-MM-DD)
- Add missing status fields to MOC files
- Fix Home.md type (home -> moc)
- Auto-fix markdown formatting (blank lines, etc.)
- Fix wikilink display text formatting
- Disable MD020/MD025/MD040/MD056 for Obsidian compatibility
- Add stub pages for missing languages (TypeScript, Python, Rust, Go, C#)
- Add System Design stub page
- Update validators to be lenient with MOC planned content
- Make wikilinks validation non-blocking in CI
- Add docs/ to ignored paths in validators
- Expand TypeScript.md: type system, utility types, ecosystem
- Expand Python.md: modern features, async, ecosystem
- Expand Rust.md: ownership, traits, concurrency, cargo
- Expand Go.md: goroutines, channels, interfaces, ecosystem
- Expand C Sharp.md: records, pattern matching, LINQ, ASP.NET
- Expand System Design.md: CAP, caching, scaling, microservices
- Add validation section to CLAUDE.md
- Add pre-commit hook for lint and frontmatter checks
- Add Claude pretooluse hook configuration
Remove package-lock.json from .gitignore so npm ci can use it
for proper dependency caching in GitHub Actions.
@cameronsjo cameronsjo merged commit 9e5cbcf into main Dec 4, 2025
0 of 4 checks passed
@cameronsjo cameronsjo deleted the claude/setup-cicd-pipeline-01ETdrptFLHoq4XAT6vbFp3h branch December 25, 2025 04:09
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.

2 participants