We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167f6b1 commit 990ff81Copy full SHA for 990ff81
.github/workflows/static-analysis-pr.yml
@@ -93,7 +93,8 @@ jobs:
93
exit 1
94
fi
95
if grep -n "ExpectIncompleteLifecycle" "$file"; then
96
- echo "::error::Found 'ExpectIncompleteLifecycle' in $file. This function is for internal testing only and should not be used in student tasks."
+ echo "::error::Found 'ExpectIncompleteLifecycle' in $file." \
97
+ "This function is for internal testing only and should not be used in student tasks."
98
99
100
done
0 commit comments