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 14a3fa1 commit 2366414Copy full SHA for 2366414
.github/workflows/tests.yml
@@ -19,3 +19,5 @@ jobs:
19
run: cargo build --verbose
20
- name: Run tests
21
run: cargo test
22
+ - name: Regen
23
+ run: python scripts/unicode.py && diff tables.rs src/tables.rs
0 commit comments