Skip to content

Commit 181c0ef

Browse files
scpetersazeey
andauthored
ci.yml: run cppcheck, cpplint on noble (#1521)
Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Addisu Z. Taddese <[email protected]>
1 parent eef861d commit 181c0ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
uses: gazebo-tooling/action-gz-ci@jammy
2020
with:
2121
codecov-enabled: true
22-
cppcheck-enabled: true
23-
cpplint-enabled: true
2422
noble-ci:
2523
runs-on: ubuntu-latest
2624
name: Ubuntu Noble CI
@@ -30,3 +28,6 @@ jobs:
3028
- name: Compile and test
3129
id: ci
3230
uses: gazebo-tooling/action-gz-ci@noble
31+
with:
32+
cppcheck-enabled: true
33+
cpplint-enabled: true

0 commit comments

Comments
 (0)