Update the readme, add a test (#46)

* Add a test to days = -1
* Update the readme on how to build it
This commit is contained in:
Ross Brodbeck
2020-04-16 14:23:28 -04:00
committed by GitHub
parent 78921b6863
commit a23bda33c4
2 changed files with 39 additions and 0 deletions

View File

@@ -2,6 +2,23 @@
Warns and then closes issues and PRs that have had no activity for a specified amount of time.
### Building and testing
Install the dependencies
```bash
$ npm install
```
Build the typescript and package it for distribution
```bash
$ npm run build && npm run pack
```
Run the tests :heavy_check_mark:
```bash
$ npm test
```
### Usage
See [action.yml](./action.yml) For comprehensive list of options.