gh-126524: Run regen-unicodedata as a part of our CI (#126682)

This commit is contained in:
sobolevn
2024-12-04 13:01:46 +03:00
committed by GitHub
parent 6fc6436749
commit ad9d059eb1

View File

@@ -120,7 +120,7 @@ jobs:
- name: Build CPython
run: |
make -j4 regen-all
make regen-stdlib-module-names regen-sbom
make regen-stdlib-module-names regen-sbom regen-unicodedata
- name: Check for changes
run: |
git add -u