We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a67b1 commit c1c0642Copy full SHA for c1c0642
.github/workflows/compliance.yml
@@ -70,7 +70,7 @@ jobs:
70
git log --pretty=oneline | head -n 10
71
# For now we run KconfigBasic, but we should transition to Kconfig
72
$ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e Kconfig \
73
- -e KconfigBasicNoModules -c origin/${BASE_REF}..
+ -e KconfigBasicNoModules -e ClangFormat -c origin/${BASE_REF}..
74
75
- name: upload-results
76
uses: actions/upload-artifact@v3
0 commit comments