Add tsc problem matcher (#9)

* Add tsc problem matcher

* Update readme
This commit is contained in:
Danny McCormick 2019-06-17 16:21:20 -04:00 committed by GitHub
parent 4ac54ebb92
commit 82902559de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 3 deletions

View file

@ -30,7 +30,7 @@ function run() {
yield installer.getNode(version);
}
// TODO: setup proxy from runner proxy config
// TODO: problem matchers registered
console.log('##[add-matcher].github/tsc.json');
}
catch (error) {
core.setFailed(error.message);