Skip to content

The keyword 'dirname' in launch files is now also interpreted in the … #194

The keyword 'dirname' in launch files is now also interpreted in the …

The keyword 'dirname' in launch files is now also interpreted in the … #194

Workflow file for this run

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