Skip to content

Commit

Permalink
Requires specifying foxy as ros distribution as well
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 1e14627 commit 1924ecd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: ros-tooling/[email protected]
with:
linter: copyright
distribution: foxy
package-name: |
ros2bag
rosbag2_compression
Expand All @@ -38,6 +39,7 @@ jobs:
- uses: ros-tooling/[email protected]
with:
linter: xmllint
distribution: foxy
package-name: |
ros2bag
rosbag2
Expand All @@ -53,19 +55,20 @@ jobs:
ament_lint_cpp: # Linters applicable to C++ packages
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
strategy:
fail-fast: false
matrix:
linter: [cppcheck, cpplint, uncrustify]
container:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
steps:
# TODO(setup-ros-docker#7): calling chown is necessary for now
- run: sudo chown -R rosbuild:rosbuild "$HOME" .
- uses: actions/checkout@v2
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
distribution: foxy
package-name: |
rosbag2_compression
rosbag2_converter_default_plugins
Expand All @@ -91,5 +94,6 @@ jobs:
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
distribution: foxy
package-name: |
ros2bag

0 comments on commit 1924ecd

Please sign in to comment.