feat(plugins/community/chess): add plugin (#1215) [skip ci]
This commit is contained in:
1
.github/actions/spelling/excludes.txt
vendored
1
.github/actions/spelling/excludes.txt
vendored
@@ -52,3 +52,4 @@ ignore$
|
||||
^\Qsource/templates/terminal/fonts.css\E$
|
||||
^\Qsource/templates/terminal/partials/screenshot.ejs\E$
|
||||
^\Qtests/mocks/api/github/rest/emojis/get.mjs\E$
|
||||
^\Qtests/mocks/api/axios/get/lichess.mjs\E$
|
||||
|
||||
3
.github/actions/spelling/expect.txt
vendored
3
.github/actions/spelling/expect.txt
vendored
@@ -174,6 +174,7 @@ libxml
|
||||
libxmljs
|
||||
libxss
|
||||
libxtst
|
||||
lichess
|
||||
linux
|
||||
lng
|
||||
localhost
|
||||
@@ -236,6 +237,8 @@ params
|
||||
patchnote
|
||||
pdated
|
||||
pened
|
||||
PGN
|
||||
Pgn
|
||||
PGP
|
||||
playcount
|
||||
playlists
|
||||
|
||||
4
.github/actions/spelling/patterns.txt
vendored
4
.github/actions/spelling/patterns.txt
vendored
@@ -90,3 +90,7 @@ place_id: ".*"
|
||||
|
||||
# ignore long runs of a single character:
|
||||
\b([A-Za-z])\g{-1}{3,}\b
|
||||
|
||||
# Chess patterns
|
||||
\brnbqkbnr\b
|
||||
\bRNBQKBNR\b
|
||||
|
||||
BIN
.github/readme/imgs/plugin_chess_lichess_token_0.png
vendored
Normal file
BIN
.github/readme/imgs/plugin_chess_lichess_token_0.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
.github/readme/imgs/plugin_chess_lichess_token_1.png
vendored
Normal file
BIN
.github/readme/imgs/plugin_chess_lichess_token_1.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
.github/readme/imgs/plugin_chess_lichess_token_2.png
vendored
Normal file
BIN
.github/readme/imgs/plugin_chess_lichess_token_2.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
2
.github/scripts/files/examples.yml
vendored
2
.github/scripts/files/examples.yml
vendored
@@ -12,6 +12,8 @@ on:
|
||||
required: true
|
||||
METRICS_TOKEN_PERSONAL:
|
||||
required: true
|
||||
CHESS_TOKEN:
|
||||
required: true
|
||||
PAGESPEED_TOKEN:
|
||||
required: true
|
||||
GOOGLE_MAP_TOKEN:
|
||||
|
||||
Reference in New Issue
Block a user