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

GitHub Action

Run depcheck

v6

Run depcheck

check-square

Run depcheck

Analyze npm project dependencies

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Run depcheck

uses: tj-actions/depcheck@v6

Learn more about this action in tj-actions/depcheck

Choose a version

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.