add spellcheck

This commit is contained in:
12WW1160
2021-01-02 19:49:38 +01:00
parent 4fb1392bf1
commit 2a9d426a6b

7
Jenkinsfile vendored
View File

@@ -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"
'''
}
}