1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-14 19:16:16 +00:00

feat: [#45] llm_agent

This commit is contained in:
2023-10-15 07:49:19 +03:00
parent fe7ebcc11b
commit 36089de163
15 changed files with 344 additions and 368 deletions

5
husky/.huskyrc Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
# This loads nvm.sh and sets the correct PATH before running hook
export NVM_DIR="${HOME}/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

5
husky/commit-msg Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
. "$(dirname $0)/.huskyrc"
. "$(dirname $0)/_/husky.sh"
npx --no -- commitlint --edit

5
husky/pre-commit Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
. "$(dirname $0)/.huskyrc"
. "$(dirname $0)/_/husky.sh"
npx lint-staged