diff --git a/packages/core/README.md b/packages/core/README.md index 0df86888..6681502d 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -118,6 +118,7 @@ const result = await core.group('Do something async', async () => { ``` #### Annotations + This library has 3 methods that will produce [annotations](https://docs.github.com/en/rest/reference/checks#create-a-check-run). ```js core.error('This is a bad error. This will also fail the build.')