IfChange (slnc)
Version updated for https://github.com/slnc/ifchange to version v0.2.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ifchange GitHub Action is a linting tool designed to enforce consistency across interdependent code sections by monitoring changes in related files. It helps developers catch mismatches or omissions when updating code, such as forgetting to change dependent configurations or scripts after modifying a related section. Supporting over 50 programming languages, it uses custom directives to mark dependencies and ensures all referenced files are updated accordingly, automating the validation process in CI pipelines or pre-commit hooks.