File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
- ' cpb'
14
14
- ' nrf52840'
15
15
# RP2040
16
- - ' feather_rp2040_tinyusb'
17
- - ' pico_rp2040_tinyusb'
16
+ # - 'feather_rp2040_tinyusb'
17
+ # - 'pico_rp2040_tinyusb'
18
18
# SAMD
19
19
- ' feather_m4_can_tinyusb'
20
20
- ' metro_m0_tinyusb'
45
45
clang_and_doxy :
46
46
runs-on : ubuntu-latest
47
47
needs : build
48
+ # skip clang and doxy for now
49
+ if : ${{ 'true' == 'false' }}
48
50
steps :
49
51
- name : Setup Python
50
52
uses : actions/setup-python@v1
63
65
- name : pre-install
64
66
run : bash ci/actions_install.sh
65
67
66
- # skip clang for now since tinyusb stack does not follow this rule
67
- # - name: clang
68
- # run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
68
+ - name : clang
69
+ run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
69
70
70
71
- name : doxygen
71
72
env :
You can’t perform that action at this time.
0 commit comments