From 3a49746a4e8b308480c76ba1dd444fd87ce5e6d8 Mon Sep 17 00:00:00 2001 From: Michael van der Net Date: Fri, 13 Dec 2019 14:50:05 +0100 Subject: [PATCH] Update setup-node.js --- lib/setup-node.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/setup-node.js b/lib/setup-node.js index d7b35185..2c8ad818 100644 --- a/lib/setup-node.js +++ b/lib/setup-node.js @@ -44,6 +44,7 @@ function run() { console.log(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`); console.log(`##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}`); 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);