Skip to content

Commit

Permalink
[DBG] debug clang-format config
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed May 25, 2024
1 parent 4823ccc commit e82012c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- name: fetch source
uses: actions/checkout@v4

- name: debug clang-format config
run: |
apt update
apt install -y clang-format
clang-format --version
clang-format -style=file --dump-config
- name: install ROS2 ${{ matrix.distribution }}
uses: ros-tooling/setup-ros@v0.7
with:
Expand Down

0 comments on commit e82012c

Please sign in to comment.