Below you will find pages that utilize the taxonomy term “slnc”
March 21, 2026
IfChange (slnc)
Version updated for https://github.com/slnc/ifchange to version v0.3.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 the consistency of cross-file dependencies in codebases. By marking related code sections with specific comments (LINT.IfChange / LINT.ThenChange), it ensures that when one section of code changes, all referenced sections are updated accordingly, preventing overlooked changes and configuration mismatches.
March 15, 2026
IfChange (slnc)
Version updated for https://github.com/slnc/ifchange to version v0.2.1.
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 cross-file dependencies by ensuring that changes in one section of code are reflected in related sections across multiple files. It automates the detection of mismatches in code changes, preventing issues such as forgotten updates to dependent configurations or variables.
March 11, 2026
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.
March 8, 2026
IfChange (slnc)
Version updated for https://github.com/slnc/ifchange to version v0.1.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 that ensures consistency between related sections of code or configuration files by detecting and enforcing changes across specified dependencies. It automates the process of verifying that all interdependent code or configuration updates are synchronized, helping prevent errors caused by forgotten updates in related files.