mirror of
https://github.com/tj-actions/depcheck
synced 2026-07-22 16:33:55 +00:00
No description
- Shell 68.1%
- JavaScript 31.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| test-failure | ||
| test-success | ||
| .all-contributorsrc | ||
| .gitignore | ||
| .whitesource | ||
| action.yml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| entrypoint.sh | ||
| HISTORY.md | ||
| LICENSE | ||
| README.md | ||
depcheck
Analyze node project dependencies using depcheck.
Usage
...
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:
Inputs
| 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.7" |
Version of depcheck |
Outputs
| OUTPUT | TYPE | DESCRIPTION |
|---|---|---|
| exit_code | string | depcheck exit code |
Features
- Runs dependency checks using a specified location.
- Ignores specific packages.
Credits
This package was created with Cookiecutter.
Report Bugs
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.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Raphael Boidol 📖 |
Dave Johansen 💻 📖 👀 |
This project follows the all-contributors specification. Contributions of any kind welcome!

