mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
7 lines
109 B
Bash
Executable File
7 lines
109 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|
|
|
|
infisical scan git-changes --staged -v
|