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:
5
husky/.huskyrc
Normal file
5
husky/.huskyrc
Normal 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
5
husky/commit-msg
Executable 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
5
husky/pre-commit
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname $0)/.huskyrc"
|
||||
. "$(dirname $0)/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
Reference in New Issue
Block a user