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