File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,27 @@ jobs:
16
16
repository : adafruit/ci-arduino
17
17
path : ci
18
18
19
- - name : pre-install
19
+ - name : Install the prerequisites
20
20
run : bash ci/actions_install.sh
21
21
22
+ <<<<<<<
23
+ <<<<<<<
22
24
- name : test platforms
23
25
run : python3 ci/build_platform.py main_platforms zero feather32u4
24
26
27
+ =======
28
+ >>>>>>>
25
29
- name : clang
26
- run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
30
+ =======
31
+ - name : Check for correct code formatting with clang-format
32
+ >>>>>>>
33
+ run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
27
34
28
- - name : doxygen
35
+ - name : Check for correct documentation with doxygen
29
36
env :
30
37
GH_REPO_TOKEN : ${{ secrets.GH_REPO_TOKEN }}
31
38
PRETTYNAME : " Adafruit Bus IO Library"
32
39
run : bash ci/doxy_gen_and_deploy.sh
40
+
41
+ - name : Test the code on supported platforms
42
+ run : python3 ci/build_platform.py main_platforms
You can’t perform that action at this time.
0 commit comments