mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-09 14:48:12 -05: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
5 lines
66 B
Bash
5 lines
66 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|