8000 Check in CI · unicode-rs/unicode-segmentation@26d3d72 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26d3d72

Browse files
committed
Check in CI
1 parent 3b183c2 commit 26d3d72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
run: cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose
23+
- name: Rustfmt
24+
run: cargo fmt --check
2325
- name: Verify regenerated files
2426
run: ./scripts/unicode.py && diff tables.rs src/tables.rs

0 commit comments

Comments
 (0)
0