Skip to content

Commit 6fb2551

Browse files
Update ci-ros-lint.yml (#1213)
Use correct distro for this branch.
1 parent 730e926 commit 6fb2551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-ros-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: ros-tooling/[email protected]
1818
- uses: ros-tooling/[email protected]
1919
with:
20-
distribution: rolling
20+
distribution: humble
2121
linter: ${{ matrix.linter }}
2222
package-name:
2323
controller_interface
@@ -41,7 +41,7 @@ jobs:
4141
- uses: ros-tooling/[email protected]
4242
- uses: ros-tooling/[email protected]
4343
with:
44-
distribution: rolling
44+
distribution: humble
4545
linter: cpplint
4646
arguments: "--linelength=100 --filter=-whitespace/newline"
4747
package-name:

0 commit comments

Comments
 (0)