Skip to content

Pre-Commit

Pre-Commit #53

Workflow file for this run

name: Pre-Commit
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
pre-commit:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [iron, humble]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
os_name: ubuntu-22.04

Check failure on line 18 in .github/workflows/ci-pre-commit.yml

View workflow run for this annotation

GitHub Actions / Pre-Commit

Invalid workflow file

The workflow is not valid. .github/workflows/ci-pre-commit.yml (Line: 18, Col: 16): Invalid input, os_name is not defined in the referenced workflow.
pre-commit-rolling:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
with:
ros_distro: rolling
container: ubuntu:24.04