Skip to content

Commit d3c3fbc

Browse files
authored
Merge pull request #41 from cffbots/jspaaks-patch-1
changed how the curated list of urls is printed
2 parents 40f8ea9 + f9987ba commit d3c3fbc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

query.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ urls = await filterAsync(urls, includeUsesPullRequests);
110110
urls = await filterAsync(urls, hasMultipleChangesToCitationcff);
111111
urls = await filterAsync(urls, includeUsesWorkflows);
112112
urls = await filterAsync(urls, hasRecentCommits);
113-
114-
console.log(urls);
113+
urls.forEach(url => console.log(url))
115114

116115

117116
//const q = 'cffconvert-github-action in:file path:.github/workflows';

0 commit comments

Comments
 (0)