Analyze node project dependencies using depcheck.
...
steps:
- uses: actions/checkout@v4
- name: depcheck
uses: tj-actions/depcheck@v9
with:
ignores: 'eslint,babel-*'
- Free software: MIT license
If you feel generous and want to show some extra appreciation:
INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
---|---|---|---|---|
dir | string | false | "." |
The directory to run depcheck |
ignores | string | false | Comma separated list of packages to ignore |
|
version | string | false | "1.4.3" |
Version of depcheck |
OUTPUT | TYPE | DESCRIPTION |
---|---|---|
exit_code | string | depcheck exit code |
- Runs dependency checks using a specified location.
- Ignores specific packages.
This package was created with Cookiecutter.
Report bugs at https://github.com/tj-actions/depcheck/issues.
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your workflow that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.
Thanks goes to these wonderful people (emoji key):
Raphael Boidol 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!