No description
  • Shell 68.1%
  • JavaScript 31.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-23 06:11:32 -06:00
.github Deleted .github/workflows/rebase.yml 2025-03-23 06:11:32 -06:00
test-failure chore(deps): update dependency chai to v5.2.0 (#178) 2025-02-14 17:44:52 +00:00
test-success Lock file maintenance 2023-06-18 18:24:45 -06:00
.all-contributorsrc docs: add daveisfera as a contributor for code, doc, and review (#182) 2025-03-21 15:10:46 -06:00
.gitignore Remove node deps dir 2021-04-02 11:54:40 -04:00
.whitesource Added .whitesource 2021-07-02 12:52:34 -04:00
action.yml Use latest version as default (#181) 2025-03-21 15:05:22 -06:00
CODE_OF_CONDUCT.md Added CODE_OF_CONDUCT.md 2021-07-02 16:43:52 -04:00
CONTRIBUTING.md Initial commit. 2020-08-05 22:57:11 -04:00
entrypoint.sh Double quote to make linter happy 2025-03-21 15:10:45 -06:00
HISTORY.md Upgraded from v7.2 -> v9 (#163) 2024-04-27 22:47:19 -06:00
LICENSE Initial commit. 2020-08-05 22:57:11 -04:00
README.md Updated README.md (#184) 2025-03-21 16:11:48 -06:00

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

Ubuntu Mac OS Windows

All Contributors

depcheck

Analyze node project dependencies using depcheck.

sample

Usage

...
    steps:
      - uses: actions/checkout@v4
      - name: depcheck
        uses: tj-actions/depcheck@v9
        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 "." The directory to run depcheck
ignores string false Comma separated list of packages
to ignore
version string false "1.4.7" Version of 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.

Contributors

Thanks goes to these wonderful people (emoji key):

Raphael Boidol
Raphael Boidol

📖
Dave Johansen
Dave Johansen

💻 📖 👀

This project follows the all-contributors specification. Contributions of any kind welcome!