Data schema spec fix: TSON instead of JSON (#3566)

This commit is contained in:
Jonathan Dobson 2025-09-30 17:32:43 -04:00 committed by GitHub
parent d61179e132
commit 79ffc95e58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 863 additions and 53 deletions

View file

@ -105,6 +105,12 @@ repos:
types: [javascript]
- repo: local
hooks:
- id: vitest-type-check
name: vitest
entry: bash -c 'cd skyvern-frontend && ([ -d node_modules ] || npm ci) && npm run test'
language: system
pass_filenames: false
files: ^skyvern-frontend/
- id: alembic-check
name: Alembic Check
entry: ./run_alembic_check.sh