Skip to content

Commit

Permalink
fix colcon lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Nov 15, 2024
1 parent 8f74076 commit edb6d92
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/colcon-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
# - uses: ros-tooling/setup-ros@master
# with:
# required-ros-distributions: 'humble'
- run: |
- shell: bash
run: |
sudo apt update
sudo apt install apt-rdepends -y
sudo apt install apt-rdepends python3-pip -y
pip install colcon-lint
- name: colcon lint
shell: bash
run: |
source /opt/ros/humble/setup.bash
. /opt/ros/humble/setup.bash
rosdep install --from-paths ./ --ignore-src -y --rosdistro=humble -r
colcon build --continue-on-error --cmake-args -Wno-dev --trace-expand --trace-redirect=trace.log
# for every folder in the workspace starting with mirte_ excluding mirte_teleop, run command
for d in mirte_*; do
Expand Down

0 comments on commit edb6d92

Please sign in to comment.