mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Update setup-node.ts
This commit is contained in:
parent
2743c36a72
commit
f0b1d6225f
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue