From 7cba722eeee76c25ff8f5e02a15b7a6f153a57af Mon Sep 17 00:00:00 2001 From: Lee James O'Riordan Date: Wed, 13 Nov 2024 17:19:19 -0500 Subject: [PATCH] Update .github/workflows/scripts/unique_warning_reporter.sh Co-authored-by: Pietropaolo Frisoni --- .github/workflows/scripts/unique_warning_reporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/unique_warning_reporter.sh b/.github/workflows/scripts/unique_warning_reporter.sh index 40306f8..f2250da 100644 --- a/.github/workflows/scripts/unique_warning_reporter.sh +++ b/.github/workflows/scripts/unique_warning_reporter.sh @@ -2,7 +2,7 @@ # This file determines and counts the unique warnings that appear in the test suite using the # warnings-as-errors action runs. The volume of each reported warning can be used to indicate -# severity or importance for rectification. +# the severity or importance of rectification. JOBID=$(gh run list -w "Test-suite with Python warnings as errors" -L 1 --json databaseId -q '.[0].databaseId') echo "View latest job at https://github.com/PennyLaneAI/pennylane/actions/runs/$JOBID"