Skip to content

Commit 9a9eb9e

Browse files
author
brentru
committed
update to match latest githubci.yml used by arduino adafruit libs
1 parent 9086dc2 commit 9a9eb9e

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)