From 40a502b14b152a70d92d8789a232036cd73e7571 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 12 Dec 2019 13:43:34 -0500 Subject: [PATCH] added matchers to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.