File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ 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
- - name : test platforms
23
- run : python3 ci/build_platform.py main_platforms zero feather32u4
24
-
25
- - name : clang
26
- run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
22
+ - name : Check for correct code formatting with clang-format
23
+ run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
27
24
28
- - name : doxygen
25
+ - name : Check for correct documentation with doxygen
29
26
env :
30
27
GH_REPO_TOKEN : ${{ secrets.GH_REPO_TOKEN }}
31
28
PRETTYNAME : " Adafruit Bus IO Library"
32
29
run : bash ci/doxy_gen_and_deploy.sh
30
+
31
+ - name : Test the code on supported platforms
32
+ run : python3 ci/build_platform.py main_platforms zero feather32u4
You can’t perform that action at this time.
0 commit comments