Skip to content

Bump actions/checkout from 5 to 6 #38

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #38

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
env:
CLANG_TIDY: true
jobs:
test:
name: Test Implementation
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
env:
- ROS_DISTRO: rolling
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Run ROS Industrial CI
uses: ros-industrial/industrial_ci@master
env:
ROS_DISTRO: ${{ matrix.env.ROS_DISTRO }}
CXXFLAGS: -Wall -Wextra -Wpedantic
CLANG_TIDY: false # Set to true once newer version of clang-tidy is available