React Doctor Action failed

Author: schalkneethlingCreated Jul 16, 2026Updated Jul 22, 2026

React Doctor Action failed before completing a scan.

Error

react-doctor exited with status 0 before producing a JSON report.

Context

This error tends to occur when there are no actual files to scan, for example, on a Dependabot PR. It seems like this may be where the problem is encountered:

node "$GITHUB_ACTION_PATH/scripts/ensure-json-report.mjs" "$REPORT_FILE" "$SCAN_STATUS"

Thanks for an incredibly useful tool.