Skip to content

Commit 884ea72

Browse files
nordicjmrlubos
authored andcommitted
ci: Enable Kconfig and sysbuild Kconfig checks
Enables Kconfig and sysbuild Kconfig compliance checks Signed-off-by: Jamie McCrae <[email protected]>
1 parent 9797c9b commit 884ea72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ jobs:
6767
# debug
6868
ls -la
6969
git log --pretty=oneline | head -n 10
70-
# For now we run KconfigBasic, but we should transition to Kconfig
71-
$ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e Kconfig \
70+
$ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate \
7271
-e KconfigBasicNoModules -e ClangFormat -e Ruff \
73-
-e SysbuildKconfig -e SysbuildKconfigBasic -e SysbuildKconfigBasicNoModules \
72+
-e SysbuildKconfigBasicNoModules \
7473
-c origin/${BASE_REF}..
7574
7675
- name: upload-results

0 commit comments

Comments
 (0)