Skip to content

Commit

Permalink
ci.yml: run cppcheck, cpplint on noble (#1521)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
scpeters and azeey authored Jan 7, 2025
1 parent eef861d commit 181c0ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 181c0ef

Please sign in to comment.