From 5005ef835d867b98a810c69ab5197912a2509833 Mon Sep 17 00:00:00 2001 From: Lu Ken Date: Fri, 27 Dec 2024 11:45:34 +0800 Subject: [PATCH] fix the initial action issues Signed-off-by: Lu Ken --- .github/cspell.json | 4 +++- README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/cspell.json b/.github/cspell.json index 20891be..01e10e6 100644 --- a/.github/cspell.json +++ b/.github/cspell.json @@ -12,6 +12,8 @@ "dictionaries": [], "words": [ "cnap", - "Dockerfile" + "Dockerfile", + "PYTHONPATH", + "uvicorn" ] } \ 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