Skip to content

Commit ec6998e

Browse files
committed
Run data checks in build data CI
1 parent 2fdfbef commit ec6998e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/continuous-build-data.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.12'
21+
- name: Test data files
22+
run: make check
23+
working-directory: Source/Data
2124
- name: Build phrase database
2225
run: make
2326
working-directory: Source/Data

0 commit comments

Comments
 (0)