💡 Improvements
-
Run configuration cache validation tasks instead of dry-run
Dry-running tasks only catches configuration-time issues but misses
execution-time configuration cache problems. This change makes the
validation actually execute all allow-listed tasks in a cloned
repository on CI to catch both types of issues. (#80)