Skip to content

Commit 2188a2c

Browse files
committed
Update claude-pr-review-run.yml
1 parent 579fc2e commit 2188a2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-pr-review-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
LINT_OUTPUT=$(lintrunner -m main 2>&1)
8484
LINT_EXIT=$?
8585
if [ $LINT_EXIT -eq 0 ]; then
86-
LINT_STATUS="Passed"
86+
LINT_STATUS="Passed"
8787
else
8888
LINT_ERRORS=$(echo "$LINT_OUTPUT" | grep -c "error" || echo "0")
89-
LINT_STATUS="Failed (${LINT_ERRORS} errors)"
89+
LINT_STATUS="Failed (${LINT_ERRORS} errors)"
9090
fi
9191
9292
# Check for new dependencies in requirements.txt

0 commit comments

Comments
 (0)