feat: add CI/CD pipeline with content validation#3
Merged
cameronsjo merged 4 commits intomainfrom Dec 4, 2025
Merged
Conversation
Owner
cameronsjo
commented
Dec 3, 2025
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.