From 6333a371fda177abe898ff02e6a97669d91d8533 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 7 Jan 2025 13:14:26 -0800 Subject: [PATCH] ci.yml: run cppcheck, cpplint on noble 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