beacon-biosignals/Julia Project Dependencies
Wait for a specific GitHub Actions workflow job to complete. Can be useful for synchronization between separate workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 3, 2026
- License
- MIT
Pinned Snippet
uses: beacon-biosignals/julia-project-dependencies@b4cb879338fe3ef4aaedf1dd6e3ce3d4e4a40d35 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project | The Julia project directory. | — | . |
Outputs
| name | description |
|---|---|
| direct-dependencies | List of newline separated Julia package names which this project defines under the `deps` section of the `Project.toml`. |
| num-direct-dependencies | Number of Julia packages listed under the `deps` section of the `Project.toml`. |
| unpublished-dependencies | List of newline separated Julia package names used by this project which are not published. |
| num-unpublished-dependencies | Number of Julia packages used by this project which are not published. |