Skip to content

Commit e5b5dfd

Browse files
committed
updated github workflow
1 parent c702120 commit e5b5dfd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/githubci.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ 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-
2522
- name: clang
26-
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
23+
- name: Check for correct code formatting with clang-format
24+
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
2725

28-
- name: doxygen
26+
- name: Check for correct documentation with doxygen
2927
env:
3028
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
3129
PRETTYNAME : "Adafruit Bus IO Library"
3230
run: bash ci/doxy_gen_and_deploy.sh
31+
32+
- name: Test the code on supported platforms
33+
run: python3 ci/build_platform.py main_platforms zero feather32u4

0 commit comments

Comments
 (0)