mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-17 13:58:24 -04:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
[ -n "$HUSKY_BYPASS" ] || npx commitlint --edit $1
|