summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Fridrich <zfridric@redhat.com>2023-01-27 11:10:51 +0100
committerZoltan Fridrich <zfridric@redhat.com>2023-01-27 14:48:43 +0100
commit21288eb0ce9d27f00c4f8ac8048b22f4003f65ac (patch)
treefc24b552a769d8c6e3772446ed6b9f3d19dc8484
parentd3058759613fa9f686b5715877d24b48ec825c2d (diff)
downloadgnutls-21288eb0ce9d27f00c4f8ac8048b22f4003f65ac.tar.gz
Check code indentation in 'check_commit'
Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26a7661b6c..fc34564ae9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -172,8 +172,10 @@ commit-check:
cache: {}
script:
# we want $ALPINE_BASE_BUILD without git, so we are adding it here
- - apk add git bash
+ - apk add git bash grep indent
- devel/check_if_signed
+ - devel/indent-gnutls
+ - git diff --exit-code # nothing should change version controlled files
retry: 0
doc-dist.Fedora: