We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be1c1e7 + df1038c commit 4c7122dCopy full SHA for 4c7122d
Jenkinsfile
@@ -19,8 +19,7 @@ pipeline {
19
stage('Check for typos') {
20
steps {
21
sh '''
22
- curl -qsL https://github.com/crate-ci/typos/releases/download/v1.33.1/typos-v1.33.1-x86_64-unknown-linux-musl.tar.gz | tar xvzf - ./typos
23
- ./typos --format json > typos.sarif || true
+ typos --format sarif > typos.sarif || true
24
'''
25
}
26
post {
0 commit comments