We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357f69c commit a21dbd7Copy full SHA for a21dbd7
lib/Github/Api/Repo.php
@@ -311,6 +311,18 @@ public function commits()
311
return new Commits($this->client);
312
}
313
314
+ /**
315
+ * Manage checks on a repository.
316
+ *
317
+ * @link https://developer.github.com/v3/checks/
318
319
+ * @return Checks
320
+ */
321
+ public function checks()
322
+ {
323
+ return new Checks($this->client);
324
+ }
325
+
326
/**
327
* Manage the content of a repository.
328
*
0 commit comments