From b1c82e0720bf6b5b44e3ea4808d580724a215611 Mon Sep 17 00:00:00 2001 From: Pravin-Dangol Date: Wed, 8 Jan 2025 12:41:05 -0800 Subject: [PATCH] ci.yml: run cppcheck, cpplint on noble Signed-off-by: Pravin-Dangol --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d707b847..e2692986 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: uses: gazebo-tooling/action-gz-ci@jammy with: codecov-enabled: true - cppcheck-enabled: true - cpplint-enabled: true doxygen-enabled: true noble-ci: runs-on: ubuntu-latest @@ -32,3 +30,6 @@ jobs: - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@noble + with: + cppcheck-enabled: true + cpplint-enabled: true