diff --git a/.github/workflows/this_spelling.yml b/.github/workflows/this_spelling.yml index 1dd0232..c8bf9f3 100644 --- a/.github/workflows/this_spelling.yml +++ b/.github/workflows/this_spelling.yml @@ -28,7 +28,7 @@ jobs: prText.split('\n').forEach(line => { if (line.startsWith('- [ ]')) { - throw new Error('Please check all items in the checklist before marking the PR as ready!'); + throw new Error('Please check all items in the checklist before marking the PR as ready! Unchecked item: ' + line); } });