Skip to content
Snippets Groups Projects
Commit 405846ef authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci.yml: switch to ostc-npx-cspell for cspell


The container has all the dependencies pre-installed, making the spell
checking much faster to run.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent ea3de9ef
No related tags found
No related merge requests found
......@@ -35,12 +35,8 @@ format:
spell:
stage: test
image: ubuntu:21.04
variables:
DEBIAN_FRONTEND: noninteractive
before_script:
# Install npm to get access to npx tool.
- apt-get update && apt-get install -y npm
image:
name: registry.ostc-eu.org/ostc/containers/ostc-npx-cspell:latest
script:
# Note that the particular options are duplicated with what's defined in
# Makefile. To avoid this we'd have to get zmk as an installable dependency
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment