From c7d790d6f155139ec132cff69ed2d53038680d40 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Sat, 21 Dec 2024 11:09:53 -0800 Subject: [PATCH] ci.yml: run cppcheck, cpplint on noble Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 632a792..a741acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: uses: gazebo-tooling/action-gz-ci@jammy with: codecov-enabled: true - cpplint-enabled: true doxygen-enabled: true noble-ci: runs-on: ubuntu-latest @@ -31,3 +30,6 @@ jobs: - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@noble + with: + cppcheck-enabled: true + cpplint-enabled: true