jodcodes/vero-mike
Adds nightly CI skeleton - dependency install checks, no tests
jodcodes/vero-mike adds a GitHub Actions workflow that runs nightly and on manual dispatch. After an initial two-job setup covering both backend and frontend, it was simplified to a single validate job: install Node 20, npm ci in each subdirectory, and three shell assertions confirming the README exists, a LICENSE file is present, and a Quick Start section is in the README. No tests, no build step. The fork also adds a Quick Start block to the README documenting the install commands.
What's in it
- Nightly health checks A scheduled overnight run that exercises both halves of the stack, catching breakage before contributors notice it in the morning.
- Quick start on-ramp A short orientation block up front in the project so newcomers can get oriented without reading the whole tree.
Direction
infrastructure
Activity
📝 Nightly CI and repo scaffolding 2 commits 2mo ago minor change