Skip to content

Default to TwistStamped #41

Default to TwistStamped

Default to TwistStamped #41

Workflow file for this run

name: Lint teleop_tools
on:
pull_request:
jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
linter: [copyright, flake8, pep257, xmllint]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: rolling
linter: ${{ matrix.linter }}
package-name:
joy_teleop
key_teleop
mouse_teleop
teleop_tools
teleop_tools_msgs