Skip to content

Merge infrastructure improvements from diffbot_spec #68

Merge infrastructure improvements from diffbot_spec

Merge infrastructure improvements from diffbot_spec #68

name: CI
on: [push, pull_request]
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}