lefthook.yml 285 B

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