You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve CI pre-commit cache issues and temporarily disable typos in CI
Phase 1: Temporary CI Fix
- Skip typos hook in CI using SKIP=typos environment variable
- Maintains all other pre-commit checks (terraform_fmt, terraform_validate, etc.)
- Typos hook still fully functional for local development
- Unblocks CI workflow while resolving cache issues
Phase 2: Cache Invalidation
- Updated cache keys to force invalidation:
* terraform-tools cache: v1 → v2-cache-invalidation
* pre-commit hooks cache: v1 → v2-cache-invalidation
- Added explicit pre-commit cache clearing step
- Enhanced logging for better debugging
Next: Monitor CI runs and re-enable typos once cache issues resolved
Local development: typos.toml configuration remains fully active
0 commit comments