DevOps standards, CI/CD pipelines, and containerization practices. Use this when users need guidance on setting up GitHub Actions workflows, Docker containerization, monitoring with Prometheus and Grafana, or implementing CI/CD pipelines for React and React Native projects.
DevOps standards, CI/CD pipelines, and containerization practices.
Strict Requirements: When creating a Pull Request, the following checks MUST run and MUST pass before merging:
Security Checks (Strict)
pnpm audit, Dependabot, or SnykSonarQube Analysis (Strict)
Unit Tests (Strict)
Linting (Strict)
Required GitHub Actions versions:
actions/checkout@v4pnpm/action-setup@v2 (with pnpm version >= 10)actions/setup-node@v4 (with Node.js 22.x)Example GitHub Actions workflow:
Note: The following PR checks are strict requirements - all must be included and pass before merging.