Skip to content

Commit 0188189

Browse files
PerMactejlmand
authored andcommitted
[nrf noup] ci: Fix complinace check
squash! [nrf noup] ci: NCS-specific CI tweaks In nrf we changed Kconfig check to KconfigBasic but the workflow was not changed to scan for the KconfigBasic.txt file which is generated in place of Kconfig.txt . compliance debug Signed-off-by: Maciej Perkowski <[email protected]>
1 parent 17f1d00 commit 0188189

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
@@ -92,7 +92,7 @@ jobs:
9292
exit 1;
9393
fi
9494
95-
for file in Nits.txt checkpatch.txt Identity.txt Gitlint.txt pylint.txt Devicetree.txt Kconfig.txt Codeowners.txt; do
95+
for file in Nits.txt checkpatch.txt Identity.txt Gitlint.txt pylint.txt Devicetree.txt KconfigBasic.txt Codeowners.txt; do
9696
if [[ -s $file ]]; then
9797
errors=$(cat $file)
9898
errors="${errors//'%'/'%25'}"

0 commit comments

Comments
 (0)