File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: clang-tidy-review
33on :
44 pull_request :
55 branches :
6- - master
6+ - master
77
88jobs :
99 Clang-Tidy :
@@ -12,18 +12,18 @@ jobs:
1212 - name : Checkout repository
1313 uses : actions/checkout@v4
1414 with :
15- submodules : ' recursive'
15+ submodules : " recursive"
1616 - name : ClangTidy Gen
17- uses : The-OpenROAD-Project /clang-tidy-review@master
17+ uses : sombraSoft /clang-tidy-review@clang-tidy-dep-fix
1818 id : review
1919 with :
20- build_dir : ' ./build'
20+ build_dir : " ./build"
2121 cmake_command : cmake . -B build
22- config_file : ' .clang-tidy'
22+ config_file : " .clang-tidy"
2323 exclude : " */codeGenerator/templates/*,*/third-party/*"
2424 split_workflow : true
2525 apt_packages : libomp-15-dev,libfl-dev
26- - uses : The-OpenROAD-Project /clang-tidy-review/upload@master
26+ - uses : sombraSoft /clang-tidy-review/upload@clang-tidy-dep-fix
2727 id : upload-review
2828 - name : Correct Build Directory Ownership
2929 if : always()
You can’t perform that action at this time.
0 commit comments