From cfbe13c16ae4f9aad11b86a177ad111f45fdfd6f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Sat, 21 Dec 2024 15:06:53 -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 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