mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04: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
|