1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

gitlab-ci: Add running codespell

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Aug 14 22:44:58 UTC 2023 on atb-devel-224
This commit is contained in:
Andreas Schneider 2023-03-22 10:15:54 +01:00 committed by Andrew Bartlett
parent e54939c845
commit 61d97ebf7d
2 changed files with 5 additions and 4 deletions

View File

@ -257,7 +257,7 @@ samba-def-build:
needs:
- job: samba-def-build
artifacts: true
- job: samba-shellcheck
- job: samba-codecheck
samba-mit-build:
extends: .shared_template_build_only
@ -272,7 +272,7 @@ samba-mit-build:
needs:
- job: samba-mit-build
artifacts: true
- job: samba-shellcheck
- job: samba-codecheck
samba-h5l-build:
extends: .shared_template_build_only
@ -388,7 +388,7 @@ samba-fips:
variables:
SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora38}
samba-shellcheck:
samba-codecheck:
extends: .shared_template
needs:
variables:

View File

@ -1042,9 +1042,10 @@ tasks = {
],
},
"samba-shellcheck": {
"samba-codecheck": {
"sequence": [
("run", "script/check-shell-scripts.sh ."),
("run", "script/codespell.sh ."),
],
},