From 0464a355ec67dc058238641fadd7e82a3a3d24a3 Mon Sep 17 00:00:00 2001 From: Tim Redick Date: Thu, 29 Aug 2024 12:30:44 +0000 Subject: [PATCH] Source sh file for lint --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ac2d6d..84bbf25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,7 @@ +# @license BSD-3 https://opensource.org/licenses/BSD-3-Clause +# Copyright (c) 2024, Institute of Automatic Control - RWTH Aachen University +# All rights reserved. + name: CI on: @@ -27,5 +31,5 @@ jobs: id: ros_ci - name: catkin lint run: | - source ${{ steps.ros_ci.outputs.ros-workspace-directory-name }}/.devel/setup.bash + . ${{ steps.ros_ci.outputs.ros-workspace-directory-name }}/devel/setup.sh catkin_lint -W2 --pkg lbrmed_bringup —pkg lbrmed_control —pkg lbrmed_description —pkg lbrmed_hw_fri —pkg lbrmed_moveit_config —pkg lbrmed_msgs