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 22f18c7 commit 76f0ab8Copy full SHA for 76f0ab8
.github/workflows/test-lp.yml
@@ -39,7 +39,7 @@ jobs:
39
done
40
41
if [[ -s "$tmpfile" ]]; then
42
- echo "One or more files or directories in 'content/' contain capital letters or spaces (excluding extensions):"
+ echo "❌ One or more files or directories in 'content/' contain capital letters or spaces (excluding extensions):"
43
cat "$tmpfile"
44
rm "$tmpfile"
45
exit 1
0 commit comments