Skip to content

Commit

Permalink
Fix tidy script once more
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Nov 13, 2024
1 parent f33976e commit a9c0ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
mkdir -p build && cd build
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DTESTING=ON -DUSE_MPI=ON -GNinja
sed -i 's/-fprofile-abs-path //g' compile_commands.json
for f in $(find ../ -iname '*.h'); do clang-tidy-18 -p . $f; done
for f in $(find ../async -iname '*.h'); do clang-tidy-18 -p . $f; done
for f in $(find ../tests -iname '*.h'); do clang-tidy-18 -p . $f; done

0 comments on commit a9c0ed9

Please sign in to comment.