Skip to content

Commit

Permalink
Run linters on humble
Browse files Browse the repository at this point in the history
  • Loading branch information
urfeex committed Feb 17, 2025
1 parent d69d9b0 commit 64e76c6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
matrix:
linter: [copyright, lint_cmake]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected]
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:
distribution: rolling
distribution: humble
linter: ${{ matrix.linter }}
package-name:
ur_simulation_gazebo

0 comments on commit 64e76c6

Please sign in to comment.