Skip to content

Run CI with Jazzy

Run CI with Jazzy #264

Workflow file for this run

name: style
on:
pull_request:
push:
branches: [ main ]
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
docker_image: ['ros:iron-ros-base', 'ros:rolling-ros-base']
container:
image: ${{ matrix.docker_image }}
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: uncrustify
run: /ros_entrypoint.sh ament_uncrustify rmw_zenoh_cpp/
- name: cpplint
run: /ros_entrypoint.sh ament_cpplint rmw_zenoh_cpp/