From 7d7a296159514e185784d950c92ec14f89f86526 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Fri, 6 Sep 2024 00:39:14 +0800 Subject: [PATCH] test --- .github/workflows/style.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 1581e8c7..79ffe144 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 version + run: /ros_entrypoint.sh lsb_release -a - 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