Commit 2e4de3b
fix: Include root project check in preMerge task (#1006)
The preMerge task was not running the root project's :check task, which
meant spotlessCheck was not being executed on the root project's .kts
files in CI workflows. This adds the root :check task as a dependency
to ensure all verification tasks run consistently.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent e4f7aa6 commit 2e4de3b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments