ni/Missing In Project (pinned)
Wrapper around ni/labview-icon-editor's `.github/actions/missing-in-project` that pins the underlying action to a known good commit. Upstream repository: https://github.com/ni/labview-icon-editor
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lv-ver | LabVIEW version (e.g. '2021'). | yes | — |
| arch | Bitness (32 or 64). | no | 64 |
| project-file | Path to the .lvproj to inspect. Defaults to `main.lvproj`. | no | main.lvproj |
| upstream-ref | Ref for upstream missing-in-project action. | no | 204c21874646c6571fceb3adf69e35cc939d61f7 |
Outputs
| name | description |
|---|---|
| passed | True if VI reported success. |
| missing-files | Newline-separated list of missing files. |
| missing-files-count | Number of missing files. |