Disable clang-format part of CI because most code is from elsewhere
This commit is contained in:
parent
44028a4645
commit
d72266e833
1 changed files with 1 additions and 1 deletions
2
.github/workflows/githubci.yml
vendored
2
.github/workflows/githubci.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: python3 ci/build_platform.py pico_rp2040
|
||||
|
||||
- name: clang
|
||||
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
|
||||
#run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
|
||||
|
||||
- name: doxygen
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue