Skip to content

Commit

Permalink
Update ci-ros-lint.yml
Browse files Browse the repository at this point in the history
Use the correct distro for humble branch
  • Loading branch information
christophfroehlich committed Dec 22, 2023
1 parent d448fb1 commit f1f1a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
distribution: humble
linter: ${{ matrix.linter }}
package-name:
diff_drive_controller
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
distribution: humble
linter: cpplint
arguments: "--linelength=100 --filter=-whitespace/newline"
package-name:
Expand Down

0 comments on commit f1f1a7f

Please sign in to comment.