This commit is contained in:
platane
2023-01-09 08:13:40 +01:00
parent d9d2fa1b52
commit f3820e8edc

View File

@@ -56,4 +56,7 @@ type R = { repo: string } & Partial<{
.toFixed(2)
.padStart(6, " ")}% ${count} `
);
const gif_repos = repos.filter((r) => r.workflow_file?.includes(".gif"));
console.log("repo with git ouput", gif_repos.length);
})();