Skip to content

Commit c1c0642

Browse files
bjarki-andreasencarlescufi
authored andcommitted
workflows: compliance: disable ClangFormat
Disable ClangFormat compliance check Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 22a67b1 commit c1c0642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
git log --pretty=oneline | head -n 10
7171
# For now we run KconfigBasic, but we should transition to Kconfig
7272
$ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e Kconfig \
73-
-e KconfigBasicNoModules -c origin/${BASE_REF}..
73+
-e KconfigBasicNoModules -e ClangFormat -c origin/${BASE_REF}..
7474
7575
- name: upload-results
7676
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)