Skip to content
Snippets Groups Projects

.gitlab-ci.yml: add "duneci" tag to spellcheck

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -45,5 +45,6 @@ code-spelling-check:
# Avoid the global 'before_script'
before_script: ""
image: registry.dune-project.org/docker/ci/debian:11
tags: [duneci]
script:
- codespell
Loading