Files
copilotkit__copilotkit/lefthook.yml
T

38 lines
659 B
YAML
Raw Normal View History

2026-03-02 14:59:16 +01:00
output:
- meta
- summary
- success
- failure
- execution
- execution_out
- execution_info
- skips
pre-commit:
parallel: true
commands:
lint-fix:
2026-03-02 15:56:37 +01:00
tags: lint
run: pnpm run lint --fix && pnpm run format
stage_fixed: true
test:
2026-03-02 15:56:37 +01:00
tags: test
env:
NX_TUI: "false"
run: pnpm run test
check-packages:
2026-03-02 15:56:37 +01:00
tags: packages
env:
NX_TUI: "false"
run: pnpm run check:packages
2026-03-02 14:52:15 +01:00
sync-lockfile:
2026-03-02 15:56:37 +01:00
tags: lockfile
2026-03-02 14:52:15 +01:00
run: pnpm i --lockfile-only
stage_fixed: true
commit-msg:
commands:
commitlint:
2026-03-02 15:56:37 +01:00
tags: commitlint
run: pnpm commitlint --edit {1}