Skip to content

Commit 4c7122d

Browse files
authored
Merge branch 'main' into navbar-links
2 parents be1c1e7 + df1038c commit 4c7122d

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)