pub async fn execute_check( check_type: CheckType, project_path: &Path, ) -> Result<CheckResult>
Execute a specific check type
Returns an error if the underlying check command fails to run.