Skip to content

Commit b97654d

Browse files
authored
Disable spellcheck CI job (paritytech#7512)
* Disable `spellcheck` CI job * Mention explicitly when the job was disabled
1 parent 2c04bf7 commit b97654d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci/gitlab/pipeline/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cargo-fmt:
2525
- cargo +nightly fmt --all -- --check
2626
allow_failure: true
2727

28-
spellcheck:
28+
# Disabled in https://github.com/paritytech/polkadot/pull/7512
29+
.spellcheck_disabled:
2930
stage: check
3031
extends:
3132
- .docker-env

0 commit comments

Comments
 (0)