Skip to content

Commit

Permalink
Update ci-ros-lint.yml (#393)
Browse files Browse the repository at this point in the history
Use correct distro for job.
  • Loading branch information
christophfroehlich authored Dec 24, 2023
1 parent 4e7bdba commit fbd1fda
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@v0.7
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: rolling
distribution: humble
linter: ${{ matrix.linter }}
package-name:
ros2_control_demo_example_1
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: ros-tooling/setup-ros@v0.7
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: rolling
distribution: humble
linter: cpplint
arguments: "--linelength=100 --filter=-whitespace/newline"
package-name:
Expand Down

0 comments on commit fbd1fda

Please sign in to comment.