You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat mvn.log | grep "ERROR" | sed 's/Check if code needs formatting Check if code aligns with code style [0-9A-Z:.-]\+//' | sed 's/\[ERROR] //' | head -n -11 >> $GITHUB_STEP_SUMMARY
76
+
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
77
+
echo "Please run \`mvn spotless:apply\` to fix the formatting issues." >> $GITHUB_STEP_SUMMARY
78
+
exit 1
79
+
}
80
+
73
81
# step 5.2
74
82
- name: "Test with Maven and Java${{ matrix.java }}"
0 commit comments