mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-09-12 16:18:45 +00:00
- golangci-lint-action@v6 doesn't support golangci-lint v2.x; v7 does. This was the only thing breaking CI; subsequent steps were skipped. - Firestore emulator step removed for now — storage_test.go skips when FIRESTORE_EMULATOR_HOST is unset, and the gcloud emulator install adds 30-60s of CI time for tests not yet on the merge-gating path. Re-add when storage-layer changes need emulator coverage.