Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Sep 5, 2024
1 parent abd9ea4 commit 62b51a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verifyAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ jobs:
echo "now checking if auditor ($AUDITOR_GIT_HANDLE) approved this PR ($PR_NUMBER)"
REVIEWS=$(gh api repos/lifinance/contracts/pulls/$PR_NUMBER/reviews --jq '.[] | @json')
echo "REVIEWS: $REVIEWS"
# Check if the output is empty or not valid JSON
if [[ -z "$REVIEWS" ]]; then
echo "ERROR: No reviews found or failed to fetch reviews for PR #$PR_NUMBER"
Expand Down

0 comments on commit 62b51a8

Please sign in to comment.