We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 715bd77 + f8ba18c commit d55aa62Copy full SHA for d55aa62
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Ubuntu Noble CI
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
18
- name: Compile and test
19
id: ci
20
uses: gazebo-tooling/action-gz-ci@noble
@@ -24,3 +24,17 @@ jobs:
24
cppcheck-enabled: true
25
cpplint-enabled: true
26
doxygen-enabled: true
27
+ resolute-ci:
28
+ runs-on: ubuntu-latest
29
+ name: Ubuntu Resolute CI
30
+ steps:
31
+ - name: Checkout
32
33
+ - name: Compile and test
34
+ id: ci
35
+ uses: gazebo-tooling/action-gz-ci@resolute
36
+ with:
37
+ gzdev-project-name: rotary
38
+ cppcheck-enabled: true
39
+ cpplint-enabled: true
40
+ doxygen-enabled: true
0 commit comments