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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 6, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: nadeeshamedagama/sri-ko_lms_mern_platform@315837d7e89c5f0df66c0ec6b1f2ccea04f49c0a # v0.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
node-versionNode.js version to useno22
mongodb-uriMongoDB connection URIno""
jwt-secretJWT secret key for authenticationno""
backend-env-filePath to Backend environment file (relative to repo root)no""
build-frontendWhether to build the Frontendnotrue
build-backendWhether to build/validate the Backendnotrue
run-lintWhether to run linting checksnotrue
run-auditWhether to run dependency security auditnotrue
install-commandnpm install command to use (npm ci or npm install)nonpm ci
working-directoryRoot working directory of the LMS projectno.
namedescription
frontend-build-pathPath to the built Frontend dist folder
backend-pathPath to the Backend directory
frontend-bundle-sizeFrontend bundle size in human-readable format
backend-audit-resultBackend dependency audit result (pass/warn/fail)
frontend-audit-resultFrontend dependency audit result (pass/warn/fail)