mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 10:51:38 +08:00
Add eslint problem matchers
This commit is contained in:
@@ -31,6 +31,8 @@ function run() {
|
||||
}
|
||||
// TODO: setup proxy from runner proxy config
|
||||
console.log('##[add-matcher].github/tsc.json');
|
||||
console.log('##[add-matcher].github/eslint-stylish.json');
|
||||
console.log('##[add-matcher].github/eslint-compact.json');
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
|
||||
Reference in New Issue
Block a user