julia-actions/Find unused Julia project dependencies

Run a given test to see if any project dependencies are unused

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test_codeCode to run while evaluating dependency usagenoimport Pkg; Pkg.test(julia_args=["--code-coverage=user"])
prefixValue inserted in front of the julia command, e.g. for running xvfb-run julia [...]no""
projectValue passed to the --project flag. The default value is the repository root: "@."no@.
fail_unused_direct_depsWhether to fail the run if unused direct dependencies ar found. Default value: yesnoyes
fail_unused_indirect_depsWhether to fail the run if unused direct dependencies ar found. Default value: nonono

no outputs