Skip to content

Commit

Permalink
Update ci-ros-lint.yml (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 20, 2023
1 parent 30cd0ea commit c559f7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -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:
controller_interface
Expand All @@ -31,7 +31,7 @@ jobs:

ament_lint_100:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: ros-tooling/setup-ros@0.7.1
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: rolling
distribution: iron
linter: cpplint
arguments: "--linelength=100 --filter=-whitespace/newline"
package-name:
Expand Down

0 comments on commit c559f7c

Please sign in to comment.