diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f02e6cb..f2610ac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,8 @@ jobs: restore-keys: | ${{ runner.os }}-cargo- - - name: Check format - run: cargo fmt --all -- --check + - name: Check format (workspace crates) + run: cargo fmt --package callora-vault --package callora-settlement --package callora-revenue-pool -- --check - name: Clippy run: cargo clippy --all-targets --all-features -- -D warnings diff --git a/README.md b/README.md index 015e233c..af2e9506 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ The project enforces a **minimum of 95% line coverage** on every push via GitHub ``` callora-contracts/ ├── .github/workflows/ -│ ├── ci.yml # CI: fmt, clippy, test, WASM build +│ ├── ci.yml # CI: workspace fmt gate, clippy, test, WASM build │ └── coverage.yml # CI: enforces 95% coverage on every push ├── contracts/ │ ├── vault/ # Primary storage and metering