From f0b1d6225f96501d4015b7677441e408c1cfe148 Mon Sep 17 00:00:00 2001
From: Michael van der Net <michaelvdnet@users.noreply.github.com>
Date: Fri, 13 Dec 2019 14:49:16 +0100
Subject: [PATCH] Update setup-node.ts

---
 src/setup-node.ts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/setup-node.ts b/src/setup-node.ts
index 51deccbe..a9f23a27 100644
--- a/src/setup-node.ts
+++ b/src/setup-node.ts
@@ -33,6 +33,9 @@ async function run() {
     console.log(
       `##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`
     );
+    console.log(
+      `##[add-matcher]${path.join(matchersPath, 'tslint-prose.json')}`
+    );
   } catch (error) {
     core.setFailed(error.message);
   }