From f28a3beb4d474c9a8d09f3b55a09f46e6cde5bff Mon Sep 17 00:00:00 2001 From: Lu Ken <bluewish.ken.lu@live.cn> Date: Fri, 27 Dec 2024 11:45:34 +0800 Subject: [PATCH] fix the initial action issues Signed-off-by: Lu Ken <bluewish.ken.lu@live.cn> --- .github/cspell.json | 6 +++++- README.md | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/cspell.json b/.github/cspell.json index 20891be..a3f52ce 100644 --- a/.github/cspell.json +++ b/.github/cspell.json @@ -12,6 +12,10 @@ "dictionaries": [], "words": [ "cnap", - "Dockerfile" + "Dockerfile", + "PYTHONPATH", + "uvicorn", + "Pylint", + "gentrade" ] } \ No newline at end of file diff --git a/README.md b/README.md index 5f7436d..915b472 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# GenTrade Server +[![Document Scan](https://github.com/TrustWiseAgent/GenTradeServer/actions/workflows/doclint.yml/badge.svg)](https://github.com/TrustWiseAgent/GenTradeServer/actions/workflows/doclint.yml) +[![Pylint Scan](https://github.com/TrustWiseAgent/GenTradeServer/actions/workflows/pylint.yml/badge.svg)](https://github.com/TrustWiseAgent/GenTradeServer/actions/workflows/pylint.yml) +# GenTrade Server ## Quick Start