Skip to content

Commit

Permalink
Fix ROS linters distro (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Dec 21, 2023
1 parent fb23403 commit 806b467
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 @@ -17,7 +17,7 @@ jobs:
- uses: ros-tooling/setup-ros@0.7.1
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: rolling
distribution: iron
linter: ${{ matrix.linter }}
package-name:
ackermann_steering_controller
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: ros-tooling/setup-ros@master
- uses: ros-tooling/action-ros-lint@master
with:
distribution: rolling
distribution: iron
linter: cpplint
arguments: "--linelength=100 --filter=-whitespace/newline"
package-name:
Expand Down

0 comments on commit 806b467

Please sign in to comment.