Enforce british english

This commit is contained in:
Andras Schmelczer 2025-11-22 12:42:16 +00:00
parent 1b1b72cb92
commit aaeca588fb
14 changed files with 147 additions and 32 deletions

View file

@ -47,6 +47,11 @@ jobs:
cd docs
npm run format:check
- name: Check spelling
run: |
cd docs
npm run spell:check
- name: Build documentation
run: |
cd docs