File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
1616 repository : adafruit/ci-arduino
1717 path : ci
1818
19- - name : pre-install
19+ - name : Install the prerequisites
2020 run : bash ci/actions_install.sh
2121
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 .
2724
28- - name : doxygen
25+ - name : Check for correct documentation with doxygen
2926 env :
3027 GH_REPO_TOKEN : ${{ secrets.GH_REPO_TOKEN }}
3128 PRETTYNAME : " Adafruit Bus IO Library"
3229 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