We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0353d80 commit 8bc700bCopy full SHA for 8bc700b
1 file changed
.github/workflows/compliance.yml
@@ -49,6 +49,9 @@ jobs:
49
run: |
50
export ZEPHYR_BASE="../zephyr"
51
$ZEPHYR_BASE/scripts/ci/check_compliance.py \
52
+ --annotate
53
+ -e Kconfig \
54
+ -e KconfigBasicNoModules \
55
-c origin/${BASE_REF}.. || \
56
echo "COMPLIANCE_FAILED=true" >> $GITHUB_ENV
57
0 commit comments