Skip to content

Commit

Permalink
Not ready to merge yet
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Oct 16, 2024
1 parent fde2d1a commit 13eb6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13eb6c6

Please sign in to comment.