Disable spellcheck CI job (#7512)

* Disable `spellcheck` CI job

* Mention explicitly when the job was disabled
This commit is contained in:
Vladimir Istyufeev
2023-07-18 23:56:39 +04:00
committed by GitHub
parent eb9b414644
commit ad58e59a5e
@@ -25,7 +25,8 @@ cargo-fmt:
- cargo +nightly fmt --all -- --check
allow_failure: true
spellcheck:
# Disabled in https://github.com/paritytech/polkadot/pull/7512
.spellcheck_disabled:
stage: check
extends:
- .docker-env