Skip to content

Commit 12b6f5c

Browse files
committed
skip clang in ci since it already run by pre-commit
1 parent d274581 commit 12b6f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: pre-install
3131
run: bash ci/actions_install.sh
3232

33-
- name: clang
34-
run: python3 ci/run-clang-format.py -r src/arduino
33+
# - name: clang
34+
# run: python3 ci/run-clang-format.py -r src/arduino
3535

3636
- name: doxygen
3737
env:

0 commit comments

Comments
 (0)