From 4f50dae505dd6c3a92fb3700d6cd30be986cbbbe Mon Sep 17 00:00:00 2001 From: LingKa Date: Fri, 12 Jan 2024 07:52:40 +0800 Subject: [PATCH] feat:temp Signed-off-by: LingKa --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f957f7..5f89d96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: - name: Generate API uses: ./.github/workflows/protobuf + - run: pip install types-protobuf + - name: Run lint & fmt run: hatch run lint:all ./client