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