Add check_typo job (#9361)

To block merging pull requests which contain typo automatically.
This commit is contained in:
Kenichi Omichi
2022-10-07 18:21:53 +09:00
committed by GitHub
parent befde271eb
commit 24632ae81b
9 changed files with 26 additions and 7 deletions

View File

@@ -75,6 +75,13 @@ check-readme-versions:
script:
- tests/scripts/check_readme_versions.sh
check-typo:
stage: unit-tests
tags: [light]
image: python:3
script:
- tests/scripts/check_typo.sh
ci-matrix:
stage: unit-tests
tags: [light]