Phase 2: CI validates code formatting #12

Merged
mprihoda merged 5 commits from SUPP-9-phase-02 into SUPP-9 2026-01-29 20:50:13 +00:00
mprihoda commented 2026-01-29 14:05:56 +00:00 (Migrated from github.com)

Phase 2: CI validates code formatting

Goals:

  • CI workflow includes a formatting check job
  • Job runs mill __.checkFormat command
  • Unformatted code causes CI to fail
  • Formatting errors show which files need formatting
  • Formatting check runs in parallel with compilation

Scenarios: 2 (pass/fail formatting check)
Tests: N/A (CI configuration)

Full review packet

🤖 Generated with Claude Code

## Phase 2: CI validates code formatting **Goals:** - CI workflow includes a formatting check job - Job runs `mill __.checkFormat` command - Unformatted code causes CI to fail - Formatting errors show which files need formatting - Formatting check runs in parallel with compilation **Scenarios:** 2 (pass/fail formatting check) **Tests:** N/A (CI configuration) [Full review packet](https://github.com/iterative-works/support/blob/SUPP-9-phase-02/project-management/issues/SUPP-9/review-packet-phase-02.md) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No description provided.