1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-08 03:42:12 +03:00

ci: Move codespell to the review stage in file

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2024-03-06 17:48:11 +01:00
parent 46e6804c89
commit c5a0d0fc09

View File

@@ -100,6 +100,16 @@ workflow:
###############################################################################
# Review #
###############################################################################
codespell:
stage: review
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- codespell --ignore-words-list=keypair,sorce,ned,nd,ue
tags:
- shared
only:
- merge_requests
clang-format:
variables:
GIT_DEPTH: 100
@@ -538,6 +548,9 @@ freebsd/openssl_1.1.1/x86_64:
tags:
- windows
- shared-windows
only:
- merge_requests
- branches
except:
- tags
artifacts:
@@ -615,14 +628,3 @@ coverity:
when: on_failure
paths:
- obj/cov-int/*.txt
###############################################################################
# Codespell #
###############################################################################
codespell:
stage: review
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- codespell --ignore-words-list=keypair,sorce,ned,nd,ue
tags:
- shared