Skip to content

Add CI workflows for KUKA prop-ctrl and update README with build badges #71

Add CI workflows for KUKA prop-ctrl and update README with build badges

Add CI workflows for KUKA prop-ctrl and update README with build badges #71

Workflow file for this run

name: Humble CI
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}