From 1630e11a06fc82a92ad7415220d6b532a5d024a4 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Thu, 5 Sep 2024 23:36:24 +0800 Subject: [PATCH] test: check uncrustify version --- .github/workflows/style.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 1581e8c7..13af605e 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -18,6 +18,8 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 + - name: check uncrustify version + run: apt-cache madison 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