Skip to content

Commit

Permalink
GitHub action without clang format check
Browse files Browse the repository at this point in the history
  • Loading branch information
JnsHndr committed Oct 16, 2024
1 parent 13c2c18 commit 517e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
- {ROS_DISTRO: foxy, ROS_REPO: testing}
- {ROS_DISTRO: foxy, CATKIN_LINT: true}
- {ROS_DISTRO: foxy, CLANG_FORMAT_CHECK: file}
# - {ROS_DISTRO: foxy, CLANG_FORMAT_CHECK: file}
- {ROS_DISTRO: galactic}
- {ROS_DISTRO: humble}
- {ROS_DISTRO: iron}
Expand Down

0 comments on commit 517e50c

Please sign in to comment.