1
0
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:
Ika
2020-07-07 21:50:29 +08:00
parent 7f6a3e40ee
commit e29c784610
6 changed files with 116 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ test("emoji-cheat-sheet", async () => {
expect(await generate()).toMatchInlineSnapshot(`
"# emoji-cheat-sheet
[![build](https://travis-ci.org/ikatyang/emoji-cheat-sheet.svg?branch=master)](https://travis-ci.org/ikatyang/emoji-cheat-sheet)
[![Up to Date](https://github.com/ikatyang/emoji-cheat-sheet/workflows/Up%20to%20Date/badge.svg)](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).

View File

@@ -22,7 +22,7 @@ function generateCheatSheet(categorizedGithubEmojiIds) {
lineTexts.push("");
lineTexts.push(
`[![build](https://travis-ci.org/${repository}.svg?branch=master)](https://travis-ci.org/${repository})`
`[![Up to Date](https://github.com/${repository}/workflows/Up%20to%20Date/badge.svg)](https://github.com/${repository}/actions?query=workflow%3A%22Up+to+Date%22)`
);
lineTexts.push("");