2026-03-02 14:59:16 +01:00
|
|
|
output:
|
|
|
|
|
- meta
|
|
|
|
|
- summary
|
|
|
|
|
- success
|
|
|
|
|
- failure
|
|
|
|
|
- execution
|
|
|
|
|
- execution_out
|
|
|
|
|
- execution_info
|
|
|
|
|
- skips
|
|
|
|
|
|
2026-02-24 15:17:21 +01:00
|
|
|
pre-commit:
|
|
|
|
|
parallel: true
|
|
|
|
|
commands:
|
|
|
|
|
lint-fix:
|
2026-03-02 15:56:37 +01:00
|
|
|
tags: lint
|
2026-02-24 15:17:21 +01:00
|
|
|
run: pnpm run lint --fix && pnpm run format
|
|
|
|
|
stage_fixed: true
|
|
|
|
|
test:
|
2026-03-02 15:56:37 +01:00
|
|
|
tags: test
|
2026-02-24 15:17:21 +01:00
|
|
|
env:
|
|
|
|
|
NX_TUI: "false"
|
|
|
|
|
run: pnpm run test
|
|
|
|
|
check-packages:
|
2026-03-02 15:56:37 +01:00
|
|
|
tags: packages
|
2026-02-24 15:17:21 +01:00
|
|
|
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
|
2026-02-24 15:17:21 +01:00
|
|
|
|
|
|
|
|
commit-msg:
|
|
|
|
|
commands:
|
|
|
|
|
commitlint:
|
2026-03-02 15:56:37 +01:00
|
|
|
tags: commitlint
|
2026-02-24 15:17:21 +01:00
|
|
|
run: pnpm commitlint --edit {1}
|