ci: onboard v4 staging-branch workflow flow + convert Jest to vitest-runner - #5
Merged
Conversation
…runner Adds the CLDMV v4 release-flow workflows (22 files) + dependabot config copied from the git-embedded golden reference, wires up @cldmv/vitest-runner (replacing Jest), and sorts the mixed test/ directory into tests/ (real automated tests), tools/ (operational scripts a maintainer runs against real hardware), and dev/tools/ (developer debugging/exploration scripts) — only api-surface tests run offline and safely in CI; the rest need a live ADB device. Also: fixes .gitignore excluding the whole .github/ directory (blocked committing any workflow at all), adds the missing eslint/prettier devDependencies so lint/format are actually runnable, adds an eslint ignores block so lint stops choking on package-lock.json, bumps sharp to 0.35.3 and node-forge to 1.4.0 to clear 2 high-severity advisories (0 vulnerabilities now), and fixes engines.node to the real floor (sharp's own >=20.9.0 requirement; the prior range still advertised EOL Node 18 as supported). Adds a defensive fallback for @devicefarmer/adbkit's default-export interop, which resolves differently under plain Node ESM vs vitest's Vite-based module transform — needed for the automated test to run under vitest at all.
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Shinrai
previously approved these changes
Aug 3, 2026
CodeQL flagged the unused import on PR #5.
Shinrai
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 What's Changed
💥 Breaking Changes
No breaking changes
✨ Features
No new features
🐛 Bug Fixes
📦 Dependencies
No dependency updates
🔧 Other Changes
👥 Contributors