Skip to content

Commit 6f237f7

Browse files
committed
enable ci clang
1 parent 4558ccc commit 6f237f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
clang_and_doxy:
4646
runs-on: ubuntu-latest
4747
needs: build
48-
# skip clang and doxy for now
49-
if: ${{ 'true' == 'false' }}
5048
steps:
5149
- name: Setup Python
5250
uses: actions/setup-python@v1
@@ -66,7 +64,7 @@ jobs:
6664
run: bash ci/actions_install.sh
6765

6866
- name: clang
69-
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
67+
run: python3 ci/run-clang-format.py -r src/arduino
7068

7169
- name: doxygen
7270
env:

0 commit comments

Comments
 (0)