Template
1
0
mirror of https://github.com/aminya/setup-cpp synced 2024-11-30 21:22:30 +08:00
setup-cpp/lefthook.yml
2024-09-03 02:37:03 -07:00

8 lines
174 B
YAML

pre-commit:
parallel: false
commands:
test.lint:
run: pnpm run test.lint
build:
run: pnpm run clean && pnpm run build -- --no-color && git add ./dist