ifttt-lint
Version updated for https://github.com/simonepri/ifttt-lint to version v0.10.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
This GitHub Action, ifttt-lint, is a linter that enforces consistency across related code and documentation files using LINT.IfChange and LINT.ThenChange directives. It identifies and prevents mistakes where updates to one part of a codebase (e.g., a constant, struct, or database schema) require corresponding changes in other files but are overlooked, reducing production errors and ensuring synchronization across dependencies. By automatically detecting cross-file inconsistencies, it provides a lightweight, language-agnostic solution for maintaining cross-file integrity, filling gaps where more complex automation is impractical.
What’s Changed
- feat: implement ifttt-lint (fd78cd0)