SFDX Code Review
Version updated for https://github.com/svierk/sfdx-code-review to version v1.0.1.
- This action is used across all versions by 3 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the static code review process for Salesforce projects, bundling several checks into a single quality gate to ensure compliance and adhere to best practices. It includes static analysis using the Salesforce Code Analyzer, code formatting with Prettier, and linting with ESLint, producing SonarQube-compatible reports. The action allows customization of which checks are performed and can apply project-specific ESLint configurations if desired.
What’s Changed
- pin action versions and harden workflow examples
Full Changelog: https://github.com/svierk/sfdx-code-review/compare/v1.0.0...v1.0.1