Skip to content
Snippets Groups Projects
Commit a1fd1c0d authored by Patrick Jaap's avatar Patrick Jaap
Browse files

test codespell

parent d8ec0837
Branches
No related tags found
No related merge requests found
Pipeline #51544 failed
...@@ -14,3 +14,13 @@ dune:git gcc-9 C++20: ...@@ -14,3 +14,13 @@ dune:git gcc-9 C++20:
dune:git gcc-8 C++17: dune:git gcc-8 C++17:
image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17 image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
script: duneci-standard-test script: duneci-standard-test
# Check for spelling mistakes in text
code-spelling-check:
stage: .pre
# Avoid the global 'before_script'
before_script: ""
image: registry.dune-project.org/docker/ci/debian:11
script:
- codespell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment