diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72233bc82cff8..415c24848c571 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,7 +193,7 @@ jobs: echo Validating targets in $testfile testlist=`grep -v -E "^(-|#)|^[C|c][M|m][A|a][K|k][E|e]" $testfile || true` - # Validate every target in the defconfig file + # For every target in the .dat file for line in $testlist; do firstch=${line:0:1} if [ "X$firstch" == "X/" ]; then