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
v8
Star (8)

Codacy Badge CI Update release version. Public workflows that use this action.

Ubuntu Mac OS Windows

depcheck

Analyze node project dependencies using depcheck.

sample

Usage

...
    steps:
      - uses: actions/checkout@v2
      - name: dep-check
        uses: tj-actions/[email protected]
        with:
          ignores: 'eslint,babel-*'

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
dir string false "." Directory to perform depcheck
ignores string false Comma separated list of packages
to ignore
version string false "1.3.1" Provide a version for 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.

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
v8

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.