Skip to content

Commit 68365f4

Browse files
committed
CI/formatting: Check tests and Rust examples
Signed-off-by: Matej Hrica <[email protected]>
1 parent bf6973a commit 68365f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/formatting.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ jobs:
1616

1717
- name: Rust code formatting
1818
run: cargo fmt -- --check
19+
20+
- name: Rust code formatting (examples)
21+
run: cd examples; cargo fmt -- --check
22+
23+
- name: Rust code formatting (tests)
24+
run: cd tests; cargo fmt -- --check

0 commit comments

Comments
 (0)