We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9772c commit 8ec1234Copy full SHA for 8ec1234
example_actions.yml
@@ -16,17 +16,17 @@ jobs:
16
repository: adafruit/ci-arduino
17
path: ci
18
19
- - name: pre-install
+ - name: Install the prerequisites
20
run: bash ci/actions_install.sh
21
22
- - name: clang
+ - name: Check for correct code formatting with clang-format
23
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
24
25
- - name: doxygen
+ - name: Check for correct documentation with doxygen
26
env:
27
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
28
PRETTYNAME : "Adafruit Arduino Library"
29
run: bash ci/doxy_gen_and_deploy.sh
30
31
- - name: test platforms
+ - name: Test the code on supported platforms
32
run: python3 ci/build_platform.py main_platforms
0 commit comments