Commit d8320a6
fix(ci): install rustfmt explicitly and stabilize generated types
dprint runs rustfmt via the exec plugin, but mise's rust toolchain
doesn't reliably install the rustfmt component, so check:fmt fails in
CI with "rustfmt is not installed for toolchain 1.92.0". Add an
explicit rustup component install step, mirroring ../kv.
generate:types ran openapi-typescript (4-space output) without a
follow-up format, so the committed file (dprint-formatted, 2-space)
always diffed against CI regeneration. Run dprint fmt inside the
generate script so local and CI produce the same canonical output.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f12ab14 commit d8320a6
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
0 commit comments