Skip to content

Bump actions/checkout from 4 to 5 #7

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #7

Workflow file for this run

name: ROS Industrial CI

Check failure on line 1 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

(Line: 27, Col: 9): Unexpected value 'environment', (Line: 12, Col: 5): Required property is missing: runs-on
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
industrial-ci:
name: Run Industrial CI
strategy:
fail-fast: false
matrix:
ros_distro: ["noetic", "kilted", "rolling"]
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
submodules: recursive
- name: Run ROS Industrial CI
uses: ros-industrial/industrial_ci@master
environment:
CI_ROS_DISTRO: ${{ matrix.ros_distro }}
UPSTREAM_WORKSPACE: liboculus.repos