Skip to content

Commit

Permalink
github: Disable additional check for Kconfig with no modules
Browse files Browse the repository at this point in the history
The new KconfigNoModules check was added here:
zephyrproject-rtos/zephyr#59210

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed Oct 3, 2023
1 parent c6a4112 commit 73dce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
git log --pretty=oneline | head -n 10
# For now we run KconfigBasic, but we should transition to Kconfig
$ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e Kconfig \
-c origin/${BASE_REF}..
-e KconfigBasicNoModules -c origin/${BASE_REF}..
- name: upload-results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 73dce0d

Please sign in to comment.