1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-11 03:42:35 +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 # # 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: clang-format:
variables: variables:
GIT_DEPTH: 100 GIT_DEPTH: 100
@@ -538,6 +548,9 @@ freebsd/openssl_1.1.1/x86_64:
tags: tags:
- windows - windows
- shared-windows - shared-windows
only:
- merge_requests
- branches
except: except:
- tags - tags
artifacts: artifacts:
@@ -615,14 +628,3 @@ coverity:
when: on_failure when: on_failure
paths: paths:
- obj/cov-int/*.txt - 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