Merged
Conversation
added 3 commits
January 11, 2026 19:35
- Add comprehensive GitHub Actions workflow (ci.yml) with: - Multi-version Node.js testing (18.x, 20.x) - Jest unit test execution with coverage reporting - ESLint code quality validation - Prettier formatting checks - Security vulnerability scanning - Salesforce metadata validation - Update package.json with CI-specific scripts: - test:unit:ci with coverage and CI optimizations - lint:ci with strict error reporting - format:check for formatting validation - Add repository governance files: - CODEOWNERS for enforced code review requirements - Pull request template with comprehensive checklist - CONTRIBUTING.md with detailed development guidelines - Create branch protection setup scripts: - PowerShell script for Windows environments - Bash script for Unix/Linux/Mac environments - Automated GitHub CLI configuration - Update README with comprehensive CI/CD documentation: - Development setup instructions - Pre-commit hook explanation - GitHub Actions workflow details - Branch protection configuration guide This implements complete protection against commits that break Jest tests, both locally (via pre-commit hooks) and remotely (via GitHub Actions).
- Fixed test:unit:ci script to use proper Jest arguments with -- separator - Validated script runs 32/32 tests successfully with coverage - Ensures compatibility with GitHub Actions CI pipeline
- Fixed missing indentation in ci.yml workflow file - Workflow now properly formatted for GitHub Actions execution
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.
No description provided.