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 a3e5a0f commit 4369f56Copy full SHA for 4369f56
.github/workflows/rust.yml
@@ -20,3 +20,5 @@ jobs:
20
run: cargo build --verbose
21
- name: Run tests
22
run: cargo test --verbose
23
+ - name: Verify regenerated files
24
+ run: ./scripts/unicode.py && diff tables.rs src/tables.rs
0 commit comments