Skip to content

Commit 97340da

Browse files
committed
[.github/workflows/ci-cargo.yml] Add missing rustfmt ; [README.md] Newline break in mermaid
1 parent 1db3df6 commit 97340da

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci-cargo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- uses: actions/checkout@v6
2121

2222
- name: Set up Rust
23-
run: rustup override set nightly
23+
run: |
24+
rustup override set nightly
25+
rustup component add rustfmt
2426
2527
- name: Check Formatting
2628
run: cargo fmt -- --check

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ graph TD
3232
DB[(Database)]:::navy
3333
3434
%% Flow 0 & 1: Downward (Scaffold & Patch)
35-
OpenAPI -->|"0. Scaffold (New) | 1. Patch (Existing)"| Handlers
35+
OpenAPI -->|"0. Scaffold (New) |<br/> 1. Patch (Existing)"| Handlers
3636
3737
%% Connection
3838
Handlers -- "Uses Strictly Typed Structs" --> Models

0 commit comments

Comments
 (0)