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 {
|
steps {
|
||||||
sh '''rm -Rf REPOSTRUCTURE.md
|
sh '''
|
||||||
echo "$(tree --dirsfirst --charset=ascii .)" > REPOSTRUCTURE.md'''
|
mdspell -r -n -a "**/*.md"
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user