Skip to content

Commit

Permalink
try fixing clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Jan 8, 2025
1 parent 4ebe665 commit 8b70a9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ jobs:
files: |
**.cpp
**.hpp
- name: Install clang tidy 18
run: sudo apt install clang-tidy-18
- if: ${{ steps.changed-cpp-files.outputs.all_changed_files != '' }}
run: run-clang-tidy -j $(nproc --all) -p build/ -export-fixes clang-tidy-fixes.yaml -config "$(cat src/fuse/.clang-tidy)" ${{ steps.changed-cpp-files.outputs.all_changed_files }}
run: run-clang-tidy -j $(nproc --all) -p build/ -export-fixes clang-tidy-fixes.yaml -config "$(cat src/fuse/.clang-tidy)" -clang-tidy-binary clang-tidy-18 ${{ steps.changed-cpp-files.outputs.all_changed_files }}
working-directory: /colcon_ws
- uses: asarium/[email protected]
with:
Expand Down

0 comments on commit 8b70a9f

Please sign in to comment.