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:
34
34
- name : test platforms
35
35
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }}
36
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
- - 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
-
54
37
- name : clang
55
38
run : python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
56
39
57
40
- name : doxygen
58
41
env :
59
42
GH_REPO_TOKEN : ${{ secrets.GH_REPO_TOKEN }}
60
43
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