CI Perf Lint

prefer-node-run-over-npm-run

Detects simple GitHub Actions steps and package.json scripts that run package scripts through npm run when node --run may be a lower-overhead replacement.

Why this rule exists:

Important compatibility notes:

The rule reports as a warning because the analyzer also collects visible compatibility evidence:

Current MVP heuristic:

Typical remediation: