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 9fb2713 commit 1090573Copy full SHA for 1090573
2 files changed
.github/workflows/ru_release.yml
@@ -86,6 +86,9 @@ jobs:
86
- name: Create Inflection Tables
87
run: uv run python db/inflections/generate_inflection_tables.py
88
89
+ - name: Update Root Has Verb values
90
+ run: uv run python scripts/build/root_has_verb_updater.py
91
+
92
- name: Update Sanskrit Family Roots
93
run: uv run python scripts/build/sanskrit_root_families_updater.py
94
.github/workflows/ru_release_test.yml
0 commit comments