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.
2 parents 2366414 + ac4dd66 commit f879f55Copy full SHA for f879f55
.github/workflows/tests.yml
@@ -21,3 +21,9 @@ jobs:
21
run: cargo test
22
- name: Regen
23
run: python scripts/unicode.py && diff tables.rs src/tables.rs
24
+ regen:
25
+ runs-on: ubuntu-latest
26
+ steps:
27
+ - uses: actions/checkout@v2
28
+ - name: Verify regenerated files
29
+ run: ./scripts/unicode.py && diff tables.rs src/tables.rs
scripts/unicode.py
100644
100755
0 commit comments