1
0

lefthook.yml 261 B

1234567891011121314151617
  1. pre-commit:
  2. commands:
  3. lint-go:
  4. tags: lint
  5. run: make lint-go
  6. lint-clang:
  7. tags: lint
  8. run: make lint-clang
  9. pre-push:
  10. commands:
  11. test:
  12. tags: test
  13. run: make test
  14. lychee:
  15. tags: test
  16. run: make lychee