Skip to content

Commit df1038c

Browse files
authored
chore: Fix update format for typos check (#168)
Follow-up for #165
1 parent 2071c60 commit df1038c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ pipeline {
1919
stage('Check for typos') {
2020
steps {
2121
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
22+
typos --format sarif > typos.sarif || true
2423
'''
2524
}
2625
post {

0 commit comments

Comments
 (0)