mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
* chore: update lint-staged config * chore: use czg instead of cz + cz-git re #738 * chore: use cat instead of vim editor to write commits re #738 * chore: use secrets.GITHUB_TOKEN instead of secrets.GH_TOKEN re #738 * style: add a space at the end of the pre-commit file
7 lines
131 B
Bash
7 lines
131 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
if [ "$NO_HOOK" != "1" ]; then
|
|
exec < /dev/tty && npx czg --hook || true
|
|
fi
|