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.
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:
Thanks for an incredibly useful tool.