You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Run depcheck
v7.1
Analyze node project dependencies using depcheck.
...
steps:
- uses: actions/checkout@v2
- name: dep-check
uses: tj-actions/depcheck@v7
with:
ignores: 'eslint,babel-*'
- Free software: MIT license
Input | type | required | default | description |
---|---|---|---|---|
dir |
string |
false |
. |
The directory to run depcheck |
ignores |
string |
false |
Packages to ignore | |
version |
string |
false |
1.3.1 |
Version of depcheck |
- 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.