Skip to content

Commit

Permalink
Merge pull request #43 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 9, 2022
2 parents df806f7 + 52e5fa8 commit 1ed6cf4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Analyze node project dependencies using [depcheck](https://github.com/depcheck/d

![sample](https://user-images.githubusercontent.com/17484350/153099924-30a3945a-4094-4a2d-a00e-4dc104644ef2.png)


## Usage

```yaml
Expand All @@ -38,8 +37,26 @@ If you feel generous and want to show some extra appreciation:
## Inputs
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---------|--------|----------|-----------|-----------------------------------------------|
| dir | string | false | `"."` | Directory to perform depcheck |
| ignores | string | false | | Comma separated list of packages<br>to ignore |
| version | string | false | `"1.3.1"` | Provide a version for depcheck<br> |
<!-- AUTO-DOC-INPUT:END -->
## Outputs
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
| OUTPUT | TYPE | DESCRIPTION |
|-----------|--------|--------------------|
| exit\_code | string | depcheck exit code |
<!-- AUTO-DOC-OUTPUT:END -->
## Features
* Runs dependency checks using a specified location.
Expand Down

0 comments on commit 1ed6cf4

Please sign in to comment.