banool / auslan_dictionary

Code for the app, scripts, and site for Auslan Dictionary
https://auslandictionary.org
GNU General Public License v3.0
12 stars 3 forks source link

Add CI for checking the data is valid #192

Closed banool closed 4 months ago

banool commented 4 months ago

Currently it is possible to merge in new data and it'll break the app, as just happened right today (2024-03-03). To fix this, there should be CI that checks that the app can load and that words and lists appear. This must be pass before the data update PRs can land.

banool commented 4 months ago

https://github.com/banool/auslan_dictionary/pull/193