diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index 497e283e6..c8bf18553 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -15,6 +15,9 @@ function fetchPage() { .then((response) => { if (response.data.length === 0) { // No more contributors, write the file + if (index % 5 !== 0) { + contributors += '\n'; // Close the row if it's not already closed + } contributors += '\n'; contributors = indentString(contributors, ''); @@ -55,4 +58,4 @@ function fetchPage() { }); } -fetchPage(); \ No newline at end of file +fetchPage(); diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 44a5ed0ec..8cd10822a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,481 +3,481 @@