Get codespell passing and add it as a CI job.
This commit is contained in:
parent
e33fecaef0
commit
7e6017f648
25 changed files with 113 additions and 85 deletions
|
|
@ -72,6 +72,13 @@ version-check:
|
|||
- tags
|
||||
- web
|
||||
|
||||
# A job to protect reviewers from Julian's terrible spelling.
|
||||
spelling:
|
||||
stage: analysis
|
||||
extends: .python
|
||||
script:
|
||||
- codespell .
|
||||
|
||||
# Python static analysis with ruff
|
||||
ruff-lint:
|
||||
stage: analysis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue