mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
Data schema spec fix: TSON instead of JSON (#3566)
This commit is contained in:
parent
d61179e132
commit
79ffc95e58
7 changed files with 863 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue