add spellcheck
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -70,10 +70,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('update repo structure') {
|
||||
stage('spell check') {
|
||||
steps {
|
||||
sh '''rm -Rf REPOSTRUCTURE.md
|
||||
echo "$(tree --dirsfirst --charset=ascii .)" > REPOSTRUCTURE.md'''
|
||||
sh '''
|
||||
mdspell -r -n -a "**/*.md"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user