Skip to content

Commit c863c77

Browse files
committed
updated github workflow
1 parent c702120 commit c863c77

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/githubci.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,27 @@ 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+
<<<<<<<
23+
<<<<<<<
2224
- name: test platforms
2325
run: python3 ci/build_platform.py main_platforms zero feather32u4
2426

27+
=======
28+
>>>>>>>
2529
- 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 .
2734

28-
- name: doxygen
35+
- name: Check for correct documentation with doxygen
2936
env:
3037
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
3138
PRETTYNAME : "Adafruit Bus IO Library"
3239
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

0 commit comments

Comments
 (0)