Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Run depcheck

Actions
Analyze npm project dependencies
v6
Star (8)

CI

depcheck

Analyze node project dependencies using depcheck.

sample

Usage

...
    steps:
      - uses: actions/checkout@v2
      - name: dep-check
        uses: tj-actions/depcheck@v5
        with:
          ignores: 'eslint,babel-*'

Inputs

Input type required default
dir string false .
ignores string false

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.

Run depcheck is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Analyze npm project dependencies
v6

Run depcheck is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.