GitHubCheckRunOutput# pydantic model safir.github.models.GitHubCheckRunOutput# Check run output report. Parameters: data (Any) Fields: summary (str | None) text (str | None) title (str | None) field summary: str | None = None# Summary information (markdown formatted). field text: str | None = None# Extended report (markdown) field title: str | None = None# Title of the report