Skip to content

Commit

Permalink
[ci skip] Add copyright checking to continuous CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Oct 11, 2023
1 parent f1366ea commit fa00114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins/continuous.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pipeline {
}
steps {
sh './scripts/check_format_cpp.sh'
sh './scripts/check_copyright.sh'
}
}

Expand Down

0 comments on commit fa00114

Please sign in to comment.