Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Aug 6, 2024
1 parent b2d5795 commit 1a13bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checkAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ jobs:
console.log(`${prCommitHashes.length} prCommitHashes found`)
commitHashes.forEach(hash => {
console.log(`now checking pr commit hash: ${hash}`)
if (!prCommitHashes.includes(hash)) {
console.log(`Commit ${hash} is not part of the PR`);
allCommitsFound = false;
Expand Down

0 comments on commit 1a13bf8

Please sign in to comment.