@jsenv/github-check-run
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@jsenv/github-check-run", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Interact with GitHub check rest API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -113,2 +113,4 @@ import { fetchUrl } from "@jsenv/fetch"; | ||
${response.status} | ||
--- response statusText --- | ||
${response.statusText} | ||
--- expected response status --- | ||
@@ -115,0 +117,0 @@ ${Object.keys(responseStatusHandlers).join(", ")} |
11856
352