Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (24 loc) · 478 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 478 Bytes

vfile-reporter-github-checks

Format vfile results as GitHub checks annotations

GitHub checks annotation format

[
  {
    "filename": "string",
    "blob_href": "url",
    "start_line": 0,
    "end_line": 0,
    "warning_level": "enum",
    "message": "string",
    "title": "optional string",
    "raw_details": "optional string",
    "images": [
      {
        "alt": "string",
        "image_url": "url",
        "caption": "string"
      }
    ]
  }
]