From 6b41b750f60d606a422a1e41c6e408fe37f42aa4 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 7 Jan 2025 21:02:04 -0800 Subject: [PATCH] ci.yml: run cppcheck, cpplint on noble (#710) Signed-off-by: Steve Peters --- .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 5c320a3cb..2419f88d9 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 noble-ci: runs-on: ubuntu-latest name: Ubuntu Noble CI @@ -31,3 +29,6 @@ jobs: - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@noble + with: + cppcheck-enabled: true + cpplint-enabled: true