You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Description
Update the
.lintstagedrc.json
file and create a husky script to use it: semaphore-protocol/extensions@20d04f3Use
czg
instead ofcz
+cz-git
.husky && git config --local core.editor cat
)Remove
GH_TOKEN
from the tokens and usesecrets.GITHUB_TOKEN
instead.Context: This issue was created after creating the
Semaphore Extensions
repo.The text was updated successfully, but these errors were encountered: