Skip to content

Commit

Permalink
Don't use matrix when we don't need it
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <[email protected]>
  • Loading branch information
Emerson Knapp committed Jul 17, 2020
1 parent faa85b1 commit e6f83a5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,8 @@ jobs:
shared_queues_vendor
ament_lint_cppcheck: # cppcheck linter (disabled for rosbag2_transport)
name: ament_${{ matrix.linter }}
name: ament_cppcheck
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
linter: cppcheck
container:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
steps:
Expand All @@ -93,7 +89,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
linter: cppcheck
distribution: foxy
package-name: |
rosbag2_compression
Expand Down

0 comments on commit e6f83a5

Please sign in to comment.