Skip to content

Commit a4981f6

Browse files
committed
cicd: fix rust checks
1 parent b17fa7c commit a4981f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/biome-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
toolchain: stable
1818
- name: Check Rust code
19-
run: cargo check
19+
run: cd markdown-renderer && cargo check
2020
- name: Run Clippy
21-
run: cargo clippy
21+
run: cd markdown-renderer && cargo clippy -- -D warnings
2222
biome:
2323
name: Run BiomeJS
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)