actions-marketplace-validations/Nx affected dependencies action
Run angular CLI commands for an affected project and all its affected dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| project | The name of the project whose affected dependencies you want to lint/test etc.. | yes | — |
| target | The angular CLI target you want to execute, e.g. 'lint' or 'test'. | yes | — |
| base | The base reference to be used for the affected evaluation. | no | — |
| head | The head reference to be used for the affected evaluation. | no | — |
| gitflow | Set to 'true' for this action to automatically compare the merge commit to the previous one on develop/master and to use origin/develop as base when running on a feature branch. | no | — |
| runner | The runner of the command. Used to leverage nx cache. | no | — |
Outputs
| name | description |
|---|---|
| isAffected | Indicates if the provided project is affected |
| affectedDeps | List of affected project and its affected dependencies concatenated with comma. |