Skip to content

Commit

Permalink
disable roslint in github action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Nov 13, 2024
1 parent abdcdd5 commit 55212fd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
catkin build --no-status
source devel/setup.bash
catkin build
- name: lint
run: |
cd catkin_ws
catkin build screen_grab --no-deps --catkin-make-args roslint
# temp disable, need to make roslint work in 22.04 to bring this back
# - name: lint
# run: |
# cd catkin_ws
# catkin build screen_grab --no-deps --catkin-make-args roslint

- name: docker build ubuntu 22.04
run: |
Expand Down

0 comments on commit 55212fd

Please sign in to comment.