Skip to content

Commit

Permalink
Merge pull request #3 from Wiktor-99/fix_ci
Browse files Browse the repository at this point in the history
Fix CI linters
  • Loading branch information
Wiktor-99 authored Aug 18, 2024
2 parents 054f869 + 8773476 commit 2b4032f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN sudo wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrin
ros-$ROS_DISTRO-ros2-controllers \
ros-$ROS_DISTRO-rmw-cyclonedds-cpp \
ros-$ROS_DISTRO-gripper-controllers \
ament-lint \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 0 additions & 2 deletions .github/actions/lint/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
set -e

sudo apt-get update
./setup.sh

if [[ "ament_flake8" == "ament_${LINTER}" ]]; then
ament_${LINTER} . --config python_linter.flake8
else
Expand Down

0 comments on commit 2b4032f

Please sign in to comment.