Skip to content

Commit

Permalink
feat: pr lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jguddas committed Oct 21, 2023
1 parent 4587fba commit f525baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/updateContributors.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const getUserName = pMemoize(

const getContributors = async (file, includeCoAuthors) => {
const { all: commits } = await simpleGit().log(['--reverse', '--', file]);
console.log(commits.length);

const emails = new Map();
for (let i = 0; i < commits.length; i += 1) {
Expand Down

0 comments on commit f525baf

Please sign in to comment.