Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
  • Loading branch information
veqcc committed Mar 5, 2025
1 parent 891c737 commit 8aeab29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
id: add-kmod
run: |
target_paths="${{ steps.filter-paths-no-cpp-files.outputs.filtered-full-paths }}"
target_paths="$target_paths $(realpath agnocast_kmod/agnocast.c)"
target_paths="$target_paths $(realpath agnocast_kmod/agnocast_main.c)"
target_paths="$target_paths $(realpath agnocast_kmod/memory_allocator.c)"
echo "target_paths=$target_paths" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8aeab29

Please sign in to comment.