Skip to content

Commit 61fcd15

Browse files
authored
ci: run cppcheck, cpplint, doxygen on noble (#172)
Part of gazebo-tooling/release-tools#1222. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 0e0315f commit 61fcd15

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
uses: gazebo-tooling/action-gz-ci@jammy
2121
with:
2222
codecov-enabled: true
23-
cppcheck-enabled: true
24-
cpplint-enabled: true
25-
doxygen-enabled: true
2623
noble-ci:
2724
runs-on: ubuntu-latest
2825
name: Ubuntu Noble CI
@@ -32,3 +29,7 @@ jobs:
3229
- name: Compile and test
3330
id: ci
3431
uses: gazebo-tooling/action-gz-ci@noble
32+
with:
33+
cppcheck-enabled: true
34+
cpplint-enabled: true
35+
doxygen-enabled: true

0 commit comments

Comments
 (0)