Skip to content

Commit 8ec1234

Browse files
committed
prettier names for the individual steps
1 parent 2c9772c commit 8ec1234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example_actions.yml

+4-4
Original file line numberDiff line numberDiff 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: clang
22+
- name: Check for correct code formatting with clang-format
2323
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
2424

25-
- name: doxygen
25+
- name: Check for correct documentation with doxygen
2626
env:
2727
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
2828
PRETTYNAME : "Adafruit Arduino Library"
2929
run: bash ci/doxy_gen_and_deploy.sh
3030

31-
- name: test platforms
31+
- name: Test the code on supported platforms
3232
run: python3 ci/build_platform.py main_platforms

0 commit comments

Comments
 (0)