nadeeshamedagama/SRI-KO LMS MERN Setup & Deploy
Setup, build, test, and deploy the SRI-KO Learning Management System (MERN stack) with a single action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- None
Pinned Snippet
uses: nadeeshamedagama/sri-ko_lms_mern_platform@315837d7e89c5f0df66c0ec6b1f2ccea04f49c0a # v0.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node.js version to use | no | 22 |
| mongodb-uri | MongoDB connection URI | no | "" |
| jwt-secret | JWT secret key for authentication | no | "" |
| backend-env-file | Path to Backend environment file (relative to repo root) | no | "" |
| build-frontend | Whether to build the Frontend | no | true |
| build-backend | Whether to build/validate the Backend | no | true |
| run-lint | Whether to run linting checks | no | true |
| run-audit | Whether to run dependency security audit | no | true |
| install-command | npm install command to use (npm ci or npm install) | no | npm ci |
| working-directory | Root working directory of the LMS project | no | . |
Outputs
| name | description |
|---|---|
| frontend-build-path | Path to the built Frontend dist folder |
| backend-path | Path to the Backend directory |
| frontend-bundle-size | Frontend bundle size in human-readable format |
| backend-audit-result | Backend dependency audit result (pass/warn/fail) |
| frontend-audit-result | Frontend dependency audit result (pass/warn/fail) |