Skip to content

Commit

Permalink
Modified the settings for Lint to use rolling
Browse files Browse the repository at this point in the history
Signed-off-by: Pyo <[email protected]>
  • Loading branch information
robotpilot committed Feb 4, 2025
1 parent 3655680 commit 85e2459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ament_lint:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -26,5 +26,5 @@ jobs:
uses: ros-tooling/action-ros-lint@master
with:
linter: ${{ matrix.linter }}
distribution: humble
distribution: rolling
package-name: "*"

0 comments on commit 85e2459

Please sign in to comment.