Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 296 Bytes

File metadata and controls

14 lines (10 loc) · 296 Bytes

build-test

Test repository for validating builds with GitHub Actions.

  • Uses Node.js with environment variables (.env).
  • If BUILD_RESULT=success → build passes, otherwise it fails.
  • Workflow runs automatically on push and PR.

Local run

npm install
npm run build