add spellcheck
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -78,6 +78,16 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('markdown-lint') {
|
||||
steps {
|
||||
sh '''
|
||||
source /opt/rh/rh-ruby27/enable
|
||||
mdl README.md
|
||||
mdl docs/
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
stage('create Puppet documention') {
|
||||
steps {
|
||||
sh '/opt/puppetlabs/bin/puppet strings'
|
||||
|
||||
Reference in New Issue
Block a user