Update setup-node.ts

This commit is contained in:
Michael van der Net 2019-12-13 14:49:16 +01:00 committed by GitHub
parent 2743c36a72
commit f0b1d6225f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,9 @@ async function run() {
console.log( console.log(
`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}` `##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`
); );
console.log(
`##[add-matcher]${path.join(matchersPath, 'tslint-prose.json')}`
);
} catch (error) { } catch (error) {
core.setFailed(error.message); core.setFailed(error.message);
} }