mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
re-enable clang-format by default (#3030)
* re-enable clang-format by default * fix clang format
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -1190,7 +1190,6 @@ pipeline {
|
||||
when {
|
||||
beforeAgent true
|
||||
expression { env.SHOULD_RUN_CI.toBoolean() }
|
||||
expression { params.RUN_CPPCHECK.toBoolean() }
|
||||
}
|
||||
parallel{
|
||||
stage('Clang Format and Cppcheck') {
|
||||
|
||||
Reference in New Issue
Block a user