mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 23:24:03 +00:00
ci(postgres): Scope fmt check to postgres crate only
The --all flag checks all workspace members which includes crates outside of the postgres extension scope. Since this CI is specifically for ruvector-postgres, only check formatting for that crate. This prevents failures from unformatted files in other crates that get included in the PR merge commit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
23c40d3c37
commit
68bf254b16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruvector-postgres-ci.yml
vendored
2
.github/workflows/ruvector-postgres-ci.yml
vendored
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
working-directory: crates/ruvector-postgres
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt --all -- --check
|
||||
run: cargo fmt -- --check
|
||||
working-directory: crates/ruvector-postgres
|
||||
|
||||
- name: Run Clippy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue