Caller stub that delegates Node.js CI to the centralised reusable workflow node-ci.yml. Contains only the push/PR triggers and a single uses: reference - no logic lives here. This file is synced to all 33 rule repos unchanged.
Upstream reference:
workflow-docs/nodejs.mdin tazama-lf/workflows - the architecture is identical; only the reusable workflow org differs (frmscoevstazama-lf).
| Event | Conditions |
|---|---|
push |
branches: [dev, main] |
pull_request |
branches: [dev, main] |
Delegates entirely to the reusable workflow:
uses: frmscoe/workflows/.github/workflows/node-ci.yml@dev
secrets: inheritSee node-ci.yml documentation for the full job breakdown.
| Scope | Level |
|---|---|
contents |
read |
Synced to all 33 frmscoe rule repos unchanged.