Skip to content

Bump actions/setup-python from 2 to 5 #108

Bump actions/setup-python from 2 to 5

Bump actions/setup-python from 2 to 5 #108

Workflow file for this run

name: ROS2 Lint
on:
pull_request:
jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
linter: [copyright, lint_cmake]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
linter: ${{ matrix.linter }}
package-name:
control_msgs