Skip to content

Commit

Permalink
fixup! test: check uncrustify version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Sep 5, 2024
1 parent 1630e11 commit c0a7533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: check uncrustify version
run: apt-cache madison ros-iron-ament-uncrustify
run: sudo apt update -y && sudo apt install -y ros-iron-ament-uncrustify
- name: uncrustify
run: /ros_entrypoint.sh ament_uncrustify rmw_zenoh_cpp/ --exclude rmw_zenoh_cpp/src/detail/ordered_hash.hpp rmw_zenoh_cpp/src/detail/ordered_map.hpp
- name: cpplint
Expand Down

0 comments on commit c0a7533

Please sign in to comment.