diff --git a/README.md b/README.md index 3980fad2..1d8b8b64 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ Actions are downloaded and run from the GitHub graph of repos. This contains gu

+:warning: [Problem Matchers](docs/problem-matchers.md) + +Problem Matchers are a way to scan the output of actions for a specified regex pattern and surface that information prominently in the UI. +
+
+

Hello World JavaScript Action

Illustrates how to create a simple hello world javascript action.