File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
arduino-platform :
12
- # Alphabetical order
12
+ # nRF52
13
13
- ' cpb'
14
+ - ' nrf52840'
15
+ # RP2040
16
+ - ' feather_rp2040_tinyusb'
17
+ - ' pico_rp2040_tinyusb'
18
+ # SAMD
14
19
- ' feather_m4_can_tinyusb'
15
20
- ' metro_m0_tinyusb'
16
21
- ' metro_m4_tinyusb'
17
- - ' nrf52840'
18
22
19
23
steps :
20
24
- name : Setup Python
29
33
uses : actions/checkout@v2
30
34
with :
31
35
repository : adafruit/ci-arduino
36
+ ref : ' add-wall'
32
37
path : ci
33
38
34
39
- name : pre-install
58
63
- name : pre-install
59
64
run : bash ci/actions_install.sh
60
65
61
- - name : clang
62
- run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
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 .
63
69
64
70
- name : doxygen
65
71
env :
You can’t perform that action at this time.
0 commit comments