mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2026-02-05 22:55:18 +01:00
chore: use github actions
This commit is contained in:
@@ -6,7 +6,7 @@ test("emoji-cheat-sheet", async () => {
|
||||
expect(await generate()).toMatchInlineSnapshot(`
|
||||
"# emoji-cheat-sheet
|
||||
|
||||
[](https://travis-ci.org/ikatyang/emoji-cheat-sheet)
|
||||
[](https://github.com/ikatyang/emoji-cheat-sheet/actions?query=workflow%3A%22Up+to+Date%22)
|
||||
|
||||
This cheat sheet is automatically generated from [GitHub Emoji API](https://api.github.com/emojis) and [Unicode Full Emoji List](https://unicode.org/emoji/charts/full-emoji-list.html).
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ function generateCheatSheet(categorizedGithubEmojiIds) {
|
||||
lineTexts.push("");
|
||||
|
||||
lineTexts.push(
|
||||
`[](https://travis-ci.org/${repository})`
|
||||
`[](https://github.com/${repository}/actions?query=workflow%3A%22Up+to+Date%22)`
|
||||
);
|
||||
lineTexts.push("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user