diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 626ce2ae..b2799369 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 doxygen-enabled: true noble-ci: runs-on: ubuntu-latest @@ -32,3 +30,6 @@ jobs: - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@noble + with: + cppcheck-enabled: true + cpplint-enabled: true