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);