mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
Clean CI and add URLs and APIs used for transparency [ci skip]
This commit is contained in:
parent
f8972f866d
commit
f9f3b1f534
3
.github/workflows/pr_lint.yml
vendored
3
.github/workflows/pr_lint.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: GLua Linter
|
- name: GLua Linter
|
||||||
uses: TASSIA710/action-glua-lint@v1.1.4
|
uses: TASSIA710/action-glua-lint@v1.1.4
|
||||||
with:
|
with:
|
||||||
@ -21,3 +21,4 @@ jobs:
|
|||||||
lint_emptyBlocks: false
|
lint_emptyBlocks: false
|
||||||
lint_unusedParameters: false
|
lint_unusedParameters: false
|
||||||
lint_unusedLoopVars: false
|
lint_unusedLoopVars: false
|
||||||
|
lint_shadowing: false
|
||||||
|
8
.github/workflows/workshop.yml
vendored
8
.github/workflows/workshop.yml
vendored
@ -21,15 +21,17 @@ jobs:
|
|||||||
lint_emptyBlocks: false
|
lint_emptyBlocks: false
|
||||||
lint_unusedParameters: false
|
lint_unusedParameters: false
|
||||||
lint_unusedLoopVars: false
|
lint_unusedLoopVars: false
|
||||||
|
lint_shadowing: false
|
||||||
# Creates a GMA and publishes it to the Steam Workshop
|
lint_inconsistentVariableStyle: false
|
||||||
|
|
||||||
|
# Creates a GMA and publishes it to the Steam Workshop
|
||||||
workshop-publish:
|
workshop-publish:
|
||||||
needs: linter
|
needs: linter
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Publish to Steam Workshop
|
- name: Publish to Steam Workshop
|
||||||
uses: Earu/GSW-action@V2.1
|
uses: Earu/GSW-action@V2.1
|
||||||
with:
|
with:
|
||||||
|
28
README.md
28
README.md
@ -9,3 +9,31 @@ Any contributions are welcome, please follow the naming conventions already pres
|
|||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
##### List of URLs & APIs used
|
||||||
|
|
||||||
|
Internals:
|
||||||
|
- https://api.github.com/repos/Earu/EasyChat/commits/master
|
||||||
|
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/transliteration_lookup.json
|
||||||
|
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/steam_emoticons.txt
|
||||||
|
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/twemojis.json
|
||||||
|
- https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/twemojis.txt.lzma
|
||||||
|
- http://3kv.in:9006/stats/submit *(anonymous server stats)*
|
||||||
|
- https://paypal.me/easychat *(donation)*
|
||||||
|
|
||||||
|
Unlikely to go down:
|
||||||
|
- http://steamcommunity-a.akamaihd.net/economy/emoticonhover/
|
||||||
|
- https://steamcommunity.com/profiles/%s
|
||||||
|
- https://api.imgur.com/3/image.json
|
||||||
|
- https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap
|
||||||
|
- https://twemoji.maxcdn.com/v/latest/72x72/%s.png
|
||||||
|
- https://translate.yandex.com/developers/keys
|
||||||
|
- https://translate.yandex.net/api/v1.5/tr.json/translate?key=%s&text=%s&lang=%s
|
||||||
|
|
||||||
|
Uncertain:
|
||||||
|
- https://api.betterttv.net/2/emotes
|
||||||
|
- https://cdn.betterttv.net/emote/%s/3x
|
||||||
|
- http://sprays.xerasin.com/gifinfo.php?url=%s
|
||||||
|
- http://sprays.xerasin.com/getimage2.php?url=%s&type=vtf
|
||||||
|
- https://api.frankerfacez.com/v1/set/global
|
@ -7,7 +7,7 @@
|
|||||||
"lint_whitespaceStyle": true,
|
"lint_whitespaceStyle": true,
|
||||||
"lint_beginnerMistakes": true,
|
"lint_beginnerMistakes": true,
|
||||||
"lint_emptyBlocks": false,
|
"lint_emptyBlocks": false,
|
||||||
"lint_shadowing": true,
|
"lint_shadowing": false,
|
||||||
"lint_gotos": true,
|
"lint_gotos": true,
|
||||||
"lint_doubleNegations": true,
|
"lint_doubleNegations": true,
|
||||||
"lint_redundantIfStatements": true,
|
"lint_redundantIfStatements": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user