Skip to content

Commit c98169f

Browse files
committed
fix(ci): use working-directory for fmt to avoid multiple workspace roots
1 parent 434cb64 commit c98169f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
components: rustfmt, clippy
2828

2929
- name: Format check
30-
run: cargo fmt -p a3s-search -- --check
30+
working-directory: crates/search
31+
run: cargo fmt -- --check
3132

3233
- name: Clippy
3334
run: cargo clippy -p a3s-search --no-default-features -- -D warnings

0 commit comments

Comments
 (0)