Skip to content

Update CHANGELOG

Update CHANGELOG #40

name: Industrial-CI
on: [push, pull_request] # on all pushes and PRs
jobs:
CI:
strategy:
matrix:
env:
- {ROS_DISTRO: humble}
- {ROS_DISTRO: iron}
- {ROS_DISTRO: jazzy}
- {ROS_DISTRO: rolling}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}