compliantkubernetes
compliantkubernetes copied to clipboard
Use vale to systematically improve the quality of pages
Let's use vale.sh to reduce the probability of introducing spelling and grammar mistakes. Vale should be triggered at three levels:
- Local development, via vim or VSCode integration (see VIM ALE.)
- Pre-commit
- CI at PR creation time (likely by running
pre-commit run --allvia GitHub Actions).
The terms-internal project could serve as inspiration for implementation.