compliantkubernetes icon indicating copy to clipboard operation
compliantkubernetes copied to clipboard

Use vale to systematically improve the quality of pages

Open cristiklein opened this issue 1 year ago • 1 comments

Let's use vale.sh to reduce the probability of introducing spelling and grammar mistakes. Vale should be triggered at three levels:

  1. Local development, via vim or VSCode integration (see VIM ALE.)
  2. Pre-commit
  3. CI at PR creation time (likely by running pre-commit run --all via GitHub Actions).

cristiklein avatar Feb 12 '24 13:02 cristiklein

The terms-internal project could serve as inspiration for implementation.

cristiklein avatar Feb 12 '24 13:02 cristiklein