We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9086dc2 commit 9a9eb9eCopy full SHA for 9a9eb9e
1 file changed
.github/workflows/githubci.yml
@@ -34,28 +34,11 @@ jobs:
34
- name: test platforms
35
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
36
37
- clang_and_doxy:
38
- runs-on: ubuntu-latest
39
- needs: build
40
- steps:
41
- - uses: actions/setup-python@v1
42
- with:
43
- python-version: '3.x'
44
- - uses: actions/checkout@v2
45
-
46
47
48
- repository: adafruit/ci-arduino
49
- path: ci
50
51
- - name: pre-install
52
- run: bash ci/actions_install.sh
53
54
- name: clang
55
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
56
57
- name: doxygen
58
env:
59
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
60
PRETTYNAME : "Adafruit IO Arduino Library"
61
- run: bash ci/doxy_gen_and_deploy.sh
+ run: bash ci/doxy_gen_and_deploy.sh
0 commit comments