From 782d47cc60ff55681cfa117a2cc0e1a64b7a8f7d Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Sat, 18 Dec 2021 15:24:24 -1000 Subject: [PATCH] Mention what problem matchers do in the README (#75) Otherwise it is difficult to know that the erlef/setup-beam matchers are what is creating the warning/error annotations on PR's --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12757e4..3b032a7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ workflow by: - optionally, installing Gleam - optionally, installing `rebar3` - optionally, installing `hex` +- Configures [problem matchers](https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md) to show warnings and errors on PR's **Note** Currently, this action only supports Actions' `ubuntu-` and `windows-` runtimes.