Add pre-commit hook for codespell

- Adds a pre-commit config to enable codespell
- Adds a codespell config
- Enables a CI job to run the pre-commit hooks
This commit is contained in:
Julius Künzel
2025-09-20 15:15:57 +02:00
parent 0088cb2b84
commit 33ca145117
3 changed files with 18 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ include:
# Linting
- /gitlab-templates/reuse-lint.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/pre-commit.yml
# CI Qt6
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/linux-qt6-next.yml