Skip to content

Commit

Permalink
chore: fix CI failure (#16721)
Browse files Browse the repository at this point in the history
* chore: fix CI failure

* fix readme
  • Loading branch information
chenxsan committed Dec 29, 2022
1 parent 4339dc4 commit 8d93081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -268,7 +268,7 @@ Team members who focus specifically on eslint.org
<table><tbody><tr><td align="center" valign="top" width="11%">
<a href="https://github.com/amareshsm">
<img src="https://github.com/amareshsm.png?s=75" width="75" height="75"><br />
Amaresh S M
Amaresh S M
</a>
</td><td align="center" valign="top" width="11%">
<a href="https://github.com/harish-sethuraman">
Expand Down
2 changes: 1 addition & 1 deletion tools/update-readme.js
Expand Up @@ -71,7 +71,7 @@ function formatTeamMembers(members) {
members.map((member, index) => `<td align="center" valign="top" width="11%">
<a href="https://github.com/${member.username}">
<img src="https://github.com/${member.username}.png?s=75" width="75" height="75"><br />
${member.name}
${member.name.trim()}
</a>
</td>${(index + 1) % 9 === 0 ? "</tr><tr>" : ""}`).join("")
}</tr></tbody></table>`;
Expand Down

0 comments on commit 8d93081

Please sign in to comment.