Skip to content

Commit 7fd2e46

Browse files
Remove CLANG_TIDY_ARGS to support run-clang-tidy (#3640)
Also update industrial_ci action to a specific commit hash for stability.
1 parent 6d020ab commit 7fd2e46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
# https://stackoverflow.com/a/41673702
3434
CXXFLAGS: >-
3535
-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-unknown-warning-option
36-
CLANG_TIDY_ARGS: --fix --fix-errors --format-style=file
3736
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
3837
UPSTREAM_WORKSPACE: >
3938
moveit2.repos
@@ -143,7 +142,7 @@ jobs:
143142
run: moveit_kinematics/test/test_ikfast_plugins.sh
144143
- id: ici
145144
name: Run industrial_ci
146-
uses: ros-industrial/industrial_ci@master
145+
uses: ros-industrial/industrial_ci@ba2a3d0f830f8051b356711a8df2fedfc5d256cf
147146
env: ${{ matrix.env }}
148147
# NOTE: Testspace is temporarily disabled and needs to be installed for the MoveIt org
149148
# See: https://github.com/moveit/moveit2/issues/2852

0 commit comments

Comments
 (0)