From 181c0ef9f33a56f118ab8f185178c12ddd8b0e1f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 6 Jan 2025 18:28:44 -0800 Subject: [PATCH] ci.yml: run cppcheck, cpplint on noble (#1521) Signed-off-by: Steve Peters Co-authored-by: Addisu Z. Taddese --- .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 aa170f7fe..779089238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,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 @@ -30,3 +28,6 @@ jobs: - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@noble + with: + cppcheck-enabled: true + cpplint-enabled: true