Skip to content

Disable broken linters for now #6

Disable broken linters for now

Disable broken linters for now #6

Workflow file for this run

name: CI-Jazzy
on:
workflow_dispatch:
push:
branches:
- ros2
pull_request:
branches:
- ros2
jobs:
harmonic_ci:
runs-on: ubuntu-22.04
container:
image: ubuntu:noble
strategy:
fail-fast: false
matrix:
ROS_REPO: [testing, main]
steps:
- name: Setup ROS environment
uses: ros-tooling/[email protected]
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/[email protected]
with:
target-ros2-distro: jazzy
import-token: ${{ secrets.GITHUB_TOKEN }}