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

ChristianMurphy/vfile-reporter-github-checks

Repository files navigation

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"
      }
    ]
  }
]

About

Format vfile results as GitHub checks annotations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published