setup-cpp/lefthook.yml

8 lines
184 B
YAML
Raw Normal View History

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