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