Add eslint problem matchers

This commit is contained in:
Danny McCormick 2019-06-17 16:32:07 -04:00
parent 82902559de
commit da2f6a5e33
4 changed files with 62 additions and 0 deletions

View file

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