From 8aeab29488285d255c583e7a7daaf21c8ba8a426 Mon Sep 17 00:00:00 2001 From: veqcc Date: Wed, 5 Mar 2025 16:50:47 +0900 Subject: [PATCH] minor fix Signed-off-by: veqcc --- .github/workflows/cppcheck-differential.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cppcheck-differential.yaml b/.github/workflows/cppcheck-differential.yaml index 0b222d80..1d5905b6 100644 --- a/.github/workflows/cppcheck-differential.yaml +++ b/.github/workflows/cppcheck-differential.yaml @@ -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