Skip to content

Commit

Permalink
better debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
dandlezzz committed Oct 14, 2024
1 parent 232cab0 commit 72d028f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/validate-and-merge.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function validateAndMerge() {
const isValid = requiredKeys.every(key => key in document);

if (!isValid) {
console.log('Added object does not contain all required keys');
console.log(document + ' is missing required keys');
return;
}

Expand Down
44 changes: 0 additions & 44 deletions node_modules/.yarn-integrity

This file was deleted.

0 comments on commit 72d028f

Please sign in to comment.