- pre-commit:
- scripts:
- lint:
- tags: lint
- pre-push:
- scripts:
- test:
- tags: test
- check-docs-versions:
- tags: docs
- commands:
- check-links:
- tags: docs
- run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude-path docs/index.html
|