We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b183c2 commit 26d3d72Copy full SHA for 26d3d72
.github/workflows/rust.yml
@@ -20,5 +20,7 @@ jobs:
20
run: cargo build --verbose
21
- name: Run tests
22
run: cargo test --verbose
23
+ - name: Rustfmt
24
+ run: cargo fmt --check
25
- name: Verify regenerated files
26
run: ./scripts/unicode.py && diff tables.rs src/tables.rs
0 commit comments