Skip to content

Commit

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

0 comments on commit 75d47df

Please sign in to comment.