fix deps for clang/doxy

This commit is contained in:
Lady Ada 2019-12-27 21:45:56 -05:00
parent 730e7c3122
commit fa0777372d

View file

@ -35,8 +35,19 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: adafruit/ci-arduino
path: ci
- name: pre-install
run: bash ci/actions_install.sh
- name: clang
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
- name: doxygen
env:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}