Skip to content

Commit

Permalink
READY-COMMAND
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jan 6, 2025
1 parent 8c8d882 commit d63dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/this_spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});
Expand Down

0 comments on commit d63dc5a

Please sign in to comment.