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
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