Define the CI workflow that runs precommit (#16)

This commit is contained in:
Kerem Yilmaz
2024-03-03 23:20:37 -08:00
committed by GitHub
parent dc8d0550b7
commit 6c57829d54
7 changed files with 144 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ version_path_separator = os # Use os.pathsep. Default configuration used for ne
# output_encoding = utf-8
; sqlalchemy.url = driver://user:pass@localhost/dbname
sqlalchemy.url = postgresql+psycopg://skyvern-open-source-@localhost/skyvern-open-source
sqlalchemy.url = postgresql+psycopg://skyvern@localhost/skyvern
[post_write_hooks]