julia-actions/Find unused Julia project dependencies
Run a given test to see if any project dependencies are unused
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test_code | Code to run while evaluating dependency usage | no | import Pkg; Pkg.test(julia_args=["--code-coverage=user"]) |
| prefix | Value inserted in front of the julia command, e.g. for running xvfb-run julia [...] | no | "" |
| project | Value passed to the --project flag. The default value is the repository root: "@." | no | @. |
| fail_unused_direct_deps | Whether to fail the run if unused direct dependencies ar found. Default value: yes | no | yes |
| fail_unused_indirect_deps | Whether to fail the run if unused direct dependencies ar found. Default value: no | no | no |
Outputs
no outputs