mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
Add shell check to pre-cmmit hooks & fix issues reported by it (#2579)
This commit is contained in:
parent
2ddcb9eb0b
commit
d09c1c865c
6 changed files with 14 additions and 10 deletions
|
|
@ -97,3 +97,8 @@ repos:
|
|||
entry: ./run_alembic_check.sh
|
||||
language: script
|
||||
stages: [ manual ]
|
||||
- repo: https://github.com/koalaman/shellcheck-precommit
|
||||
rev: v0.10.0
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue