bug: CI failing on main — format check step #3

Closed
opened 2026-03-07 14:45:17 +00:00 by ghost · 0 comments
ghost commented 2026-03-07 14:45:17 +00:00 (Migrated from github.com)

Summary

CI on main has been failing consistently since at least 2026-03-04. The failure is in the Format check step (npm run format:check).

Evidence

  • Run 22720959479main, 2026-03-05, failure at format check
  • Run 22681268270main, 2026-03-04, failure at format check
  • Build, lint, and type-check all pass. Tests are skipped due to the format failure.

Fix

Run npm run format locally and commit the formatted files. Consider adding a pre-commit hook to prevent this from recurring.

Labels

bug, ci

## Summary CI on `main` has been failing consistently since at least 2026-03-04. The failure is in the **Format check** step (`npm run format:check`). ## Evidence - [Run 22720959479](https://github.com/privilegedescalation/headlamp-tns-csi-plugin/actions/runs/22720959479) — `main`, 2026-03-05, **failure** at format check - [Run 22681268270](https://github.com/privilegedescalation/headlamp-tns-csi-plugin/actions/runs/22681268270) — `main`, 2026-03-04, **failure** at format check - Build, lint, and type-check all pass. Tests are skipped due to the format failure. ## Fix Run `npm run format` locally and commit the formatted files. Consider adding a pre-commit hook to prevent this from recurring. ## Labels `bug`, `ci`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-tns-csi-plugin#3