summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-12-31 08:03:56 +0100
committerJochen Sprickerhof <git@jochen.sprickerhof.de>2022-12-31 08:06:41 +0100
commit2f6269b1b7bea50797594113797416862552aae5 (patch)
treedc61b96057cd1afd3c19213a432b544b94029e14
parent9b66c54486a58d334ccc697bddd9d40c7a236908 (diff)
downloaddebvm-2f6269b1b7bea50797594113797416862552aae5.tar.gz
gitlab-ci: also apply shellcheck and codespell to tests
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6427330..d2a1bbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,14 +5,14 @@ shellcheck:
- apt-get update
- apt-get dist-upgrade --yes
- apt-get --no-install-recommends --yes install shellcheck
- - shellcheck debvm-*
+ - shellcheck -P tests debvm-* tests/*.sh
codespell:
script:
- apt-get update
- apt-get dist-upgrade --yes
- apt-get --no-install-recommends --yes install codespell
- - codespell debvm-*
+ - codespell debvm-* tests/*.sh
release_test:
parallel: