lefthook.yml 305 B

123456789101112131415
  1. pre-commit:
  2. scripts:
  3. lint:
  4. tags: lint
  5. pre-push:
  6. scripts:
  7. test:
  8. tags: test
  9. check-docs-versions:
  10. tags: docs
  11. commands:
  12. check-links:
  13. tags: docs
  14. run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude-path docs/index.html