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 4b2bd08 commit 525d639Copy full SHA for 525d639
.github/workflows/code_health.yaml
@@ -31,7 +31,7 @@ jobs:
31
LINES=$(echo "$FILES" | awk 'NF' | wc -l)
32
if [ "$LINES" -ne 0 ]; then
33
echo "Detected files that need to be committed:"
34
- echo "${FILES//^/ }"
+ echo "${FILES}"
35
echo ""
36
echo "Try running: npm run build"
37
exit 1
0 commit comments