diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-12-09 15:56:49 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2022-12-13 15:29:20 (GMT) |
commit | 42445b2c049883401d3a70adf1415875c62fc5b8 (patch) | |
tree | e70943e2ef3980173a3f3baf7bf0813ca68a550f /.gitlab/os-linux.yml | |
parent | af58b6d2ad9a000146e8db2b1c3c74b1a93456ef (diff) | |
download | CMake-42445b2c049883401d3a70adf1415875c62fc5b8.zip CMake-42445b2c049883401d3a70adf1415875c62fc5b8.tar.gz CMake-42445b2c049883401d3a70adf1415875c62fc5b8.tar.bz2 |
ci: run commit messages through codespell
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 8f547cb..0b8aad9 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -480,7 +480,7 @@ stage: build extends: .fedora37 script: - - codespell + - .gitlab/ci/codespell.sh interruptible: true .cmake_build_linux: |