Disable clang-format part of CI because most code is from elsewhere

This commit is contained in:
Phillip Burgess 2023-03-08 16:53:52 -08:00
parent 44028a4645
commit d72266e833

View file

@ -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: