Skip to content

Commit fd0b233

Browse files
committed
test image fix
Signed-off-by: Sombrio <[email protected]>
1 parent 2976317 commit fd0b233

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/github-actions-clang-tidy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: clang-tidy-review
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- master
77

88
jobs:
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()

0 commit comments

Comments
 (0)