Skip to content

Commit abfaf82

Browse files
committed
It is reporting "failures" not "errors"
1 parent 1f0df1e commit abfaf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh_action/action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ PY
297297
echo " Reviewing with st_package_reviewer: $topdir" >&2
298298
ROOT_DIR="$(cd "${SCRIPT_DIR}/.." && pwd)"
299299
if ! (cd "$ROOT_DIR" && uv run st_package_reviewer "$topdir") | awk '
300-
/^Reporting [0-9]+ errors:/ { mode = "error"; next }
300+
/^Reporting [0-9]+ failures:/ { mode = "error"; next }
301301
/^Reporting [0-9]+ warnings:/ { mode = "warning"; next }
302302
/^- / && mode {
303303
sub(/^- /, "");

0 commit comments

Comments
 (0)