Add docs and tests

This commit is contained in:
Aiqiao Yan
2020-05-07 15:03:20 -04:00
committed by Aiqiao Yan
parent 15fefd9336
commit c534ad2cbd
9 changed files with 209 additions and 1 deletions

View File

@@ -59,6 +59,8 @@ $ npm install @actions/io --save
Provides functions for downloading and caching tools. e.g. setup-* actions. Read more [here](packages/tool-cache)
See @actions/cache for caching workflow dependencies.
```bash
$ npm install @actions/tool-cache --save
```
@@ -84,7 +86,7 @@ $ npm install @actions/artifact --save
:dart: [@actions/cache](packages/cache)
Provides functions to cache dependencies and build outputs to improve workflow execution time.. Read more [here](packages/cache)
Provides functions to cache dependencies and build outputs to improve workflow execution time. Read more [here](packages/cache)
```bash
$ npm install @actions/cache --save