File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -34,28 +34,11 @@ jobs:
3434 - name : test platforms
3535 run : python3 ci/build_platform.py ${{ matrix.arduino-platform }}
3636
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- - uses : actions/checkout@v2
47- with :
48- repository : adafruit/ci-arduino
49- path : ci
50-
51- - name : pre-install
52- run : bash ci/actions_install.sh
53-
5437 - name : clang
5538 run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
5639
5740 - name : doxygen
5841 env :
5942 GH_REPO_TOKEN : ${{ secrets.GH_REPO_TOKEN }}
6043 PRETTYNAME : " Adafruit IO Arduino Library"
61- run : bash ci/doxy_gen_and_deploy.sh
44+ run : bash ci/doxy_gen_and_deploy.sh
You can’t perform that action at this time.
0 commit comments