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

@ -3,7 +3,7 @@
This action sets by node environment for use in actions by:
- optionally downloading and caching a version of node - npm by version spec and add to PATH
- TODO: registering problem matchers for error output
- registering problem matchers for error output
- TODO: configuring authentication for npm packages
- TODO: configuring proxy if the runner is configured to use a proxy (coming with private runners)