From 07a9037c6bb1bf1539b03a83d52b6d280e831f99 Mon Sep 17 00:00:00 2001 From: Moju Zhao Date: Thu, 11 Apr 2024 00:20:00 +0900 Subject: [PATCH] [GA] ignore to check catkin lint for livox_ros_driver2 and fast_lio --- .github/workflows/catkin_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/catkin_lint.yml b/.github/workflows/catkin_lint.yml index 971df95f90..6c60467510 100644 --- a/.github/workflows/catkin_lint.yml +++ b/.github/workflows/catkin_lint.yml @@ -28,4 +28,4 @@ jobs: wstool init wstool merge aerial_robot_noetic.rosinstall wstool update - ROS_DISTRO=noetic catkin_lint --resolve-env --strict $PWD --skip-path kalman_filter --skip-path ublox_gps --skip-path aerial_robot_3rdparty --skip-path rosserial + ROS_DISTRO=noetic catkin_lint --resolve-env --strict $PWD --skip-path kalman_filter --skip-path ublox_gps --skip-path aerial_robot_3rdparty --skip-path rosserial --skip-path livox_ros_driver2 --skip-path fast_lio