ci: validate .models.json file

This commit is contained in:
Enno Hermann 2024-11-13 19:58:30 +01:00
parent ca02d0352b
commit 1a21853b90
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: v5.0.0
hooks:
- id: check-json
files: "TTS/.models.json"
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace