1
0
Fork 0

added matchers to readme

pull/252/head
Bryan MacFarlane 2019-12-12 13:43:34 -05:00
parent fc45b70f30
commit 40a502b14b
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,12 @@ Actions are downloaded and run from the GitHub graph of repos. This contains gu
<br/>
<br/>
: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.
<br/>
<br/>
<h3><a href="https://github.com/actions/hello-world-javascript-action">Hello World JavaScript Action</a></h3>
Illustrates how to create a simple hello world javascript action.