File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Analyze node project dependencies using [depcheck](https://github.com/depcheck/d
13
13
14
14
![ sample] ( https://user-images.githubusercontent.com/17484350/153099924-30a3945a-4094-4a2d-a00e-4dc104644ef2.png )
15
15
16
-
17
16
## Usage
18
17
19
18
``` yaml
@@ -38,8 +37,26 @@ If you feel generous and want to show some extra appreciation:
38
37
39
38
## Inputs
40
39
40
+ <!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
41
+
42
+ | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
43
+ |---------|--------|----------|-----------|-----------------------------------------------|
44
+ | dir | string | false | ` " ." ` | Directory to perform depcheck |
45
+ | ignores | string | false | | Comma separated list of packages<br>to ignore |
46
+ | version | string | false | ` " 1.3.1" ` | Provide a version for depcheck<br> |
47
+
48
+ <!-- AUTO-DOC-INPUT:END -->
49
+
41
50
## Outputs
42
51
52
+ <!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
53
+
54
+ | OUTPUT | TYPE | DESCRIPTION |
55
+ |-----------|--------|--------------------|
56
+ | exit\_ code | string | depcheck exit code |
57
+
58
+ <!-- AUTO-DOC-OUTPUT:END -->
59
+
43
60
## Features
44
61
45
62
* Runs dependency checks using a specified location.
You can’t perform that action at this time.
0 commit comments