Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tj-actions/depcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Aug 6, 2020
2 parents 98f8be7 + 9dc9383 commit 580e386
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
![CI](https://github.com/tj-actions/depcheck/workflows/CI/badge.svg)

depcheck
--------

Analyze npm project dependencies.
Analyze npm project dependencies using [depcheck](https://github.com/depcheck/depcheck).

![sample](./sample.png)

Expand All @@ -11,6 +13,8 @@ Analyze npm project dependencies.
- uses: actions/checkout@v2
- name: depcheck
uses: tj-actions/depcheck@v0.a
with:
dir: '.'
```
* Free software: [MIT license](LICENSE)
Expand Down

0 comments on commit 580e386

Please sign in to comment.