actions-marketplace-validations/Nx check changes
GitHub Action that checks if a code change affects any app, lib or implicit dependency in a Nx workspace.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| baseRef | Ref to the base. | — | — |
| headRef | Ref to the head. | — | — |
Outputs
| name | description |
|---|---|
| changed-apps | Space-delimited string of changed apps |
| changed-libs | Space-delimited string of changed libs |
| changed-dirs | Space-delimited string of changed apps and libs |
| changed-implicit-dependencies | Space-delimited string of changed implicit dependencies |
| not-affected | Whether or not code changes affect the apps or libs |