mirror of
https://github.com/waku-org/waku-react-native.git
synced 2025-02-16 14:57:58 +00:00
13 lines
246 B
YAML
13 lines
246 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
types:
|
|
files: git diff --name-only @{push}
|
|
glob: "*.{js,ts, jsx, tsx}"
|
|
run: npx tsc --noEmit
|
|
commit-msg:
|
|
parallel: true
|
|
commands:
|
|
commitlint:
|
|
run: npx commitlint --edit
|