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 16a35fb commit 7eac2f3Copy full SHA for 7eac2f3
.github/workflows/rust.yml
@@ -41,7 +41,12 @@ jobs:
41
runs-on: ubuntu-latest
42
steps:
43
- uses: actions/checkout@v3
44
+ - uses: actions/setup-python@v5
45
+ with:
46
+ python-version: '3.12'
47
- name: Regen
48
run: cd scripts && python3 unicode.py
- - name: Diff
49
+ - name: Diff tables
50
run: diff src/tables.rs scripts/tables.rs
51
+ - name: Diff tests
52
+ run: diff tests/data/normalization_tests.rs scripts/normalization_tests.rs
0 commit comments